Documentation
README
E2E Tests
Execution Context
Write and run E2E coverage directly in the primary conversation. For a cost-controlled feature workflow, the user switches that conversation to the lower-cost implementation/test model before this phase.
Write E2E tests using TDD (Red-Green-Refactor). Always run the tests you create and watch them fail before implementing.
Related skills
/tddโ Follow the Red-Green-Refactor cycle when writing tests./pr-fixupโ Use after the PR opens only for CI or reviewer findings./playwright-cliโ Interactive browser automation. Use to validate features against the dev server before writing tests, and to debug failing tests with--debug=cli.
References
This is the opening of the README. Read the full README on GitHub.