Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
Add this skill
npx mdskills install sickn33/e2e-testing-patternsClear trigger conditions and safety guidance, but instructions lack actionable detail for agent execution
1---2name: e2e-testing-patterns3description: Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.4---56# E2E Testing Patterns78Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do.910## Use this skill when1112- Implementing end-to-end test automation13- Debugging flaky or unreliable tests14- Testing critical user workflows15- Setting up CI/CD test pipelines16- Testing across multiple browsers17- Validating accessibility requirements18- Testing responsive designs19- Establishing E2E testing standards2021## Do not use this skill when2223- You only need unit or integration tests24- The environment cannot support stable UI automation25- You cannot provision safe test accounts or data2627## Instructions28291. Identify critical user journeys and success criteria.302. Build stable selectors and test data strategies.313. Implement tests with retries, tracing, and isolation.324. Run in CI with parallelization and artifact capture.3334## Safety3536- Avoid running destructive tests against production.37- Use dedicated test data and scrub sensitive output.3839## Resources4041- `resources/implementation-playbook.md` for detailed E2E patterns and templates.42
Full transparency — inspect the skill content before installing.