testing-with-playwright

Installation
SKILL.md

Testing with Playwright

Modern E2E testing with Playwright for reliable, cross-browser test automation.

Installation

npm init playwright@latest

This creates:

  • playwright.config.ts - Configuration
  • tests/ - Test files
  • tests-examples/ - Example tests

Basic Test

Installs
1
First Seen
Apr 4, 2026
testing-with-playwright — pelchers/sessionsaver