🧪
Playwright Test
availableRun end-to-end browser tests using Playwright Test CLI — create configs, write specs with assertions, execute tests, and analyze results. Pre-installed with Chromium.
developmentWhat This Skill Does
Run end-to-end browser tests using Playwright Test CLI — create configs, write specs with assertions, execute tests, and analyze results. Pre-installed with Chromium.
Capabilities
- E2E Testing — Run end-to-end tests with real browser interactions
- Test Assertions — Write specs with expect assertions
- Visual Comparisons — Compare screenshots for regression testing
- Pre-Installed — Chromium included — no setup needed
How It Works
- Write test specs with Playwright Test syntax
- Run tests with npx playwright test
- Results include pass/fail status and screenshots
- No setup required — Chromium is pre-installed
Example Usage
"Run our E2E test suite"
"Create a regression test for the checkout flow"
"Take visual snapshots for comparison"