Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/todomvc/.claude/prompts/playwright-test-generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ agent: playwright-test-generator
description: Generate test plan
---

Generate tests for the test plan's bullet 1.1 Add item to card.
Generate tests for the test plan's bullet 1. Todo Creation

Test plan: `specs/coverage.plan.md`
Test plan: `specs/basic-operations.plan.md`
4 changes: 2 additions & 2 deletions examples/todomvc/.claude/prompts/playwright-test-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agent: playwright-test-planner
description: Create test plan
---

Create test plan for "add to cart" functionality of my app.
Create test plan for basic operations of my todo app.

- Seed file: `tests/seed.spec.ts`
- Test plan: `specs/coverage.plan.md`
- Test plan: `specs/basic-operations.plan.md`
Loading
Loading