playwright-testing

Testing

91 downloads · by community

Playwright E2E testing patterns and best practices

Install

npx @claudeskill/cli install playwright-testing

What this skill does

Generates and manages Playwright end-to-end tests for your web application. Creates test files following best practices for selectors, assertions, and test organization. Supports page object models, fixtures, and parallel test execution. Includes patterns for authentication flows, API mocking, and visual regression testing.

Use cases

  • Setting up E2E testing for a new project
  • Writing tests for complex user flows
  • Implementing visual regression testing
  • Creating reliable selectors and assertions