The e2e-testing-patterns skill teaches developers how to design and implement reliable end-to-end test suites using Playwright and Cypress, covering test architecture, best practices, and patterns like Page Object Model. It addresses the problem of flaky tests and inconsistent testing standards by providing concrete guidance on what to test at the E2E level, how to structure tests for maintainability, and how to configure testing frameworks for CI/CD pipelines. This skill is for developers building production applications who need to validate critical user workflows while keeping test suites fast and maintainable.
npx skills add https://github.com/wshobson/agents --skill e2e-testing-patterns