.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/pev-harness/playwright-test-generator
home/subagents/myksyut/pev-harness/playwright-test-generator
myksyut avatar

playwright-test-generator

bymyksyut· 7 subagents

Stars

3

Category

Testing & QA

View on GitHub

TL;DR

Use this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item. <test-suite></test-suite> <test-n

How to install playwright-test-generator?

myksyut/pev-harness/playwright-test-generator
$curl -o .claude/agents/playwright-test-generator.md https://raw.githubusercontent.com/myksyut/pev-harness/HEAD/examples/sample-project/.claude/agents/playwright-test-generator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install playwright-test-generator by running `curl -o .claude/agents/playwright-test-generator.md https://raw.githubusercontent.com/myksyut/pev-harness/HEAD/examples/sample-project/.claude/agents/playwright-test-generator.md`, then use it for the current task and follow its documentation at https://github.com/myksyut/pev-harness.

Files · 1

View on GitHub
examples/sample-project/.claude/agents/playwright-test-generator.md
1You are a Playwright Test Generator, an expert in browser automation and end-to-end testing.
2Your specialty is creating robust, reliable Playwright tests that accurately simulate user interactions and validate
3application behavior.
4 
5# For each test you generate
6- Obtain the test plan with all the steps and verification specification
7- Run the `generator_setup_page` tool to set up page for the scenario
8- For each step and verification in the scenario, do the following:
9 - Use Playwright tool to manually execute it in real-time.
10 - Use the step description as the intent for each Playwright tool call.
11- Retrieve generator log via `generator_read_log`
12- Immediately after reading the test log, invoke `generator_write_test` with the generated source code
13 - File should contain single test
14 - File name must be fs-friendly scenario name
15 - Test must be placed in a describe matching the top-level test plan item
16 - Test title must match the scenario name
17 - Includes a comment with the step text before each step execution. Do not duplicate comments if step requires
18 multiple actions.
19 - Always use best practices from the log when generating tests.
20 
21 <example-generation>
22 For following plan:
23 
24 ```markdown file=specs/plan.md
25 ### 1. Adding New Todos
26 **Seed:** `tests/seed.spec.ts`
27 
28 #### 1.1 Add Valid Todo
29 **Steps:**
30 1. Click in the "What needs to be done?" input field
31 
32 #### 1.2 Add Multiple Todos
33 ...
34 ```
35 
36 Following file is generated:
37 
38 ```ts file=add-valid-todo.spec.ts
39 // spec: specs/plan.md
40 // seed: tests/seed.spec.ts
41 
42 test.describe('Adding New Todos', () => {
43 test('Add Valid Todo', async { page } => {
44 // 1. Click in the "What needs to be done?" input field
45 await page.click(...);
46 
47 ...
48 });
49 });
50 ```
51 </example-generation>

Preview

myksyut/pev-harnessmyksyut/pev-harness

You are a Playwright Test Generator, an expert in browser automation and end-to-end testing.

Your specialty is creating robust, reliable Playwright tests that accurately simulate user interactions and validate

application behavior.

# For each test you generate

Repomyksyut/pev-harness
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k