test

Run Playwright tests with file, browser, and debug options.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/hotyanovicha/pw-another-one --skill test-hotyanovicha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/hotyanovicha/pw-another-one/tree/main/.claude/skills/test
Command: npx skills add https://github.com/hotyanovicha/pw-another-one --skill test-hotyanovicha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs Playwright tests with flexible options: selecting a specific file, running all UI tests, enabling debug mode, headed mode, or targeting a specific browser.

Core Features & Use Cases

  • Run a specific test file: npx playwright test tests/ui/basket.spec.ts or with a pattern
  • Run all UI tests: npx playwright test tests/ui/
  • Run in debug/headed modes: npx playwright test --debug or --headed
  • Run on specific browser: npx playwright test --project=chromium

Quick Start

Examples:

  • Run a specific file: npx playwright test tests/ui/basket.spec.ts
  • Run all UI tests: npx playwright test tests/ui/
  • Debug mode: npx playwright test tests/ui/basket.spec.ts --debug