playwright-debugging

Installation
SKILL.md

Playwright Debugging Skill

Techniques for debugging Playwright tests.

Debug Mode

Using --debug

# Run with inspector
npx playwright test --debug

# Debug specific test
npx playwright test tests/login.spec.ts --debug

# Debug specific line
npx playwright test tests/login.spec.ts:15 --debug
Installs
Repository
smithery/ai
First Seen
playwright-debugging — smithery/ai