Generate Playwright tests from scenarios using interactive browser exploration and validation.
Guides you through step-by-step test creation: scenario review, browser exploration, element inspection, interaction validation, and final test generation Integrates with Playwright MCP tools to inspect page elements, capture selectors, and validate interactions before writing test code Generates TypeScript tests using @playwright/test framework and automatically saves them to the tests directory Executes generated tests and iterates until they pass, ensuring reliability before completion
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
This skill automates the creation and execution of Playwright tests based on user-provided scenarios. It utilizes the Playwright MCP to facilitate browser automation and testing workflows.
snykLOW
Analyzed Feb 25, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed Mar 18, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
Also in this package
Other skills from github/awesome-copilot · top by installs.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotDeclared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars38.8K
LicenseLICENSE
Default branchmain
Open issues21
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Declared agentsgithub-copilot
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md877 B
docsSUMMARY.md99 B
History
First seen on skills.sh
First recorded snapshot · 18,000 installs
SKILL.md
Test Generation with Playwright MCP
Your goal is to generate a Playwright test based on the provided scenario after completing all prescribed steps.
Specific Instructions
You are given a scenario, and you need to generate a playwright test for it. If the user does not provide a scenario, you will ask them to provide one.
DO NOT generate test code prematurely or based solely on the scenario without completing all prescribed steps.
DO run steps one by one using the tools provided by the Playwright MCP.
Only after all steps are completed, emit a Playwright TypeScript test that uses @playwright/test based on message history
Save generated test file in the tests directory
Execute the test file and iterate until the test passes