playwright-e2e-testing

Installation
SKILL.md

E2E testing with Playwright

This skill provides patterns and conventions for writing Playwright E2E tests for web applications, including SPA-specific techniques for routing, API mocking, and async navigation.

When to use this skill

  • Writing E2E/browser tests for user flows
  • Testing page routing and redirects
  • Testing dialog/modal interactions
  • Creating test data fixtures for a new feature
  • Mocking API endpoints for E2E tests
  • Debugging failing Playwright tests

Project configuration

When setting up or modifying playwright.config.ts, see references/configuration.md for conventions on web server setup, reporters, traces, screenshots, and CI behavior.

Test imports

Installs
33
First Seen
Mar 31, 2026
playwright-e2e-testing — perdolique/workflow