playwright-skill
Reliable Playwright test writing, debugging, and CI scaling
All Skills in This Repository (5)
Pure Emerald Level Indicatorsplaywright-core
Generate Playwright test guidance for locators, assertions, and waiting patterns.
playwright-cli
Automate browser interactions via Playwright CLI commands.
playwright-pom
Implement Page Object Model patterns for Playwright tests.
playwright-ci
Configure CI/CD pipelines for Playwright tests with sharding and artifact merging.
playwright-migration
Convert Cypress or Selenium/WebDriver tests into Playwright test suites.
Frequently Asked Questions
FAQPage SchemaHow to install playwright-skill?▼
Run `npx skills add testdino-hq/playwright-skill --all -g -y` in your terminal to install all skill packs globally.
How to fix flaky Playwright tests?▼
The guides teach web-first assertions, auto-retry locators, and retry strategies that remove timing issues and unstable selectors at the root cause.
Can I migrate from Cypress or Selenium to Playwright?▼
Yes. Dedicated migration guides map every Cypress and Selenium command to its Playwright equivalent with side-by-side code examples.
Does playwright-skill work with Claude Code and Cursor?▼
Yes. All packs follow the universal SKILL.md standard, so any compatible coding agent loads the right guide automatically when you ask for testing help.
How to run Playwright tests in CI pipelines?▼
The CI pack includes copy-paste workflows for GitHub Actions, GitLab, CircleCI, and Docker, with sharding, caching, and artifact reporting built in.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core