Setup & Installation
npx skills add https://github.com/LambdaTest/agent-skills --skill testcafe-skill
https://github.com/LambdaTest/agent-skills/tree/main/testcafe-skill
View on GitHubWhat This Skill Does
Generates TestCafe end-to-end test code in JavaScript or TypeScript. Covers selectors, page object models, and multi-browser runs locally or on TestMu AI cloud infrastructure.
Produces ready-to-run TestCafe fixtures with proper selectors and page models instead of hand-writing boilerplate for every new test file.
When to use it
- Writing fixture and test blocks for login and form flows
- Running the same test across Chrome, Firefox, and Safari in one command
- Setting up page object models to keep selectors out of test logic
- Moving local TestCafe suites to TestMu AI cloud for parallel execution
- Scaffolding headless browser tests that slot into CI pipelines