Documentation
README
Playwright E2E Testing
Systematic end-to-end testing with Playwright ensuring critical user flows work correctly.
Overview
This Skill enforces:
- Feature Object pattern (replaces Page Object)
- Arrange-Act-Assert test structure
- Cross-browser testing (Chromium, Firefox, WebKit)
- Reliable selectors (getByRole, getByTestId)
- Visual regression testing
- Network mocking and interception
- Parallel test execution
- CI/CD integration
Apply when testing critical user flows, automating regression testing, or validating integrations.
Setup Playwright
Install
npm install -D @playwright/test
npx playwright install
Configure playwright.config.ts
This is the opening of the README. Read the full README on GitHub.