Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke to write test scripts, create page objects, configure test fixtures, set up reporters, add CI integration, implement API mocking, or perform visual regression
Installs just this skill. Get the whole plugin for auto-invocation.
โก How it fires
How this skill gets triggered: by you, by Claude, or both.
Fires itselfClaude auto-loads it when your prompt matches the work.
You can call itInvoke it directly when you want it.
Slash command/playwright-expert
๐๏ธ Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke to write test scripts, create page objects, configure test fixtures, set up reporters, add CI integration, implement API mocking, or perform visual regression
๐ Stats
Stars10,696
Forks973
LanguagePython
LicenseMIT
๐ฆ Ships with fullstack-dev-skills
</> SKILL.md
playwright-expert.SKILL.md
---name: playwright-expert
description: "Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests. Invoke to write test scripts, create page objects, configure test fixtures, set up reporters, add CI integration, implement API mocking, or perform visual regression testing. Trigger terms: Playwright, E2E test, end-to-end, browser testing, automation, UI testing, visual testing, Page Object Model, test flakiness."
license: MIT
metadata:
author: https://github.com/Jeffallan
version: "1.1.0"
domain: quality
triggers: Playwright, E2E test, end-to-end, browser testing, automation, UI testing, visual testing
role: specialist
scope: testing
output-format: code
related-skills: test-master, react-expert, devops-engineer
---# Playwright Expert
E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation.
## Core Workflow
1. **Analyze requirements** - Identify user flows to test
2. **Setup** - Configure Playwright with proper settings
3. **Write tests** - Use POM pattern, proper selectors, auto-waiting
4. **Debug** - Run test โ check trace โ identify issue โ fix โ verify fix
5. **Integrate** - Add to CI/CD pipeline
## Reference Guide