github/awesome-copilot16k installs
playwright-generate-test
Generate a Playwright test based on a scenario using Playwright MCP
How do I install this agent skill?
npx skills add https://github.com/github/awesome-copilot --skill playwright-generate-testIs this agent skill safe to install?
- Gen Agent Trust Hubpass
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.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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/testbased on message history - Save generated test file in the tests directory
- Execute the test file and iterate until the test passes
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/github/awesome-copilot/playwright-generate-test">View playwright-generate-test on skillZs</a>