🧪

Playwright Test

available

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.

development

What 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

  1. Write test specs with Playwright Test syntax
  2. Run tests with npx playwright test
  3. Results include pass/fail status and screenshots
  4. 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"