From e2e-runner
Records user interactions to generate an end-to-end test file. Supports Playwright codegen and Cypress Studio, adds assertions, and runs the test.
How this command is triggered — by the user, by Claude, or both
Slash command
/e2e-runner:record-testThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /record-test - Record New E2E Test Record user interactions to generate an end-to-end test file. ## Steps 1. Ask the user for the test name and the user flow to record (e.g., "login flow", "checkout process") 2. Determine the e2e framework in use from the project configuration 3. Identify the base URL and starting page for the recording session 4. For Playwright: use `npx playwright codegen` with the target URL 5. For Cypress: set up Cypress Studio or guide manual recording 6. Capture the generated test code from the recording session 7. Clean up the recorded code: add proper assertion...
Record user interactions to generate an end-to-end test file.
npx playwright codegen with the target URL6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin e2e-runner/record-testRecords user interactions to generate an end-to-end test file. Supports Playwright codegen and Cypress Studio, adds assertions, and runs the test.
/recordRecords browser interactions to generate test YAML files; also supports AI-assisted editing of existing tests.
/e2e-scaffoldScaffolds end-to-end test files for a page, route, or user flow, auto-detecting Playwright, Cypress, or Puppeteer and matching existing project conventions.
/e2eGenerates Playwright end-to-end tests for critical user flows like auth, CRUD, payments, and search.
/e2e-setupGuides setup of an end-to-end testing suite: assesses stack, selects framework (Playwright, Cypress, Selenium, Puppeteer, TestCafe), configures environment, and scaffolds test structure with Page Object Model.