Skip to main content
Back to registry

playwright-best-practices

currents-dev/playwright-best-practices-skill

This skill provides comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites.

Installs9
Install command
npx skills add https://github.com/currents-dev/playwright-best-practices-skill --skill playwright-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill provides comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites. Consult these references based on what you're doing: When to use : Creating new test files, writing test cases, implementing test scenarios When to use : Testing mobile devices, touch interactions, responsive layouts When to use : Testing WebSockets, geolocation, permissions, multi-tab flows When to use : Test failures, element not found, timeouts, unexpected behavior When to use : Testing error states, offline mode, network failures, validation When to use : Testing features involving multiple users, roles, or real-time collaboration When to use : Choosing test patterns, deciding between approaches, planning test architecture When to use : Testing React, Angular, Vue, or Next.js applications When to use : Improving existing tests, code review, reducing duplication When to use : Setting up projects, configuring CI/CD, optimizing performance When to use : Complex scenarios, API mocking, network interception After writing or modifying tests: - Run tests : npx playwright test --reporter=list - If tests fail : - Review error output and trace ( npx playwright show-trace ) - Fix locators, waits, or assertions - Re-run tests - Only proceed when all tests pass - Run multiple times for critical tests: npx playwright test...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does playwright-best-practices do?

This skill provides comprehensive guidance for all aspects of Playwright test development, from writing new tests to debugging and maintaining existing test suites.

Is playwright-best-practices good?

playwright-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does playwright-best-practices work with?

playwright-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to playwright-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install playwright-best-practices?

npx skills add https://github.com/currents-dev/playwright-best-practices-skill --skill playwright-best-practices

Related skills

Alternatives in Software Engineering