Playwright re-established. 54 test cases generated.

This commit is contained in:
AG
2025-11-30 14:35:47 +02:00
parent 683f80dfea
commit eef65251d7
63 changed files with 5752 additions and 157 deletions

View File

@@ -1,31 +1,8 @@
description = "Use this agent when you need to create comprehensive test plan for a web application or website"
description = "Create comprehensive test plan for a web application or website."
prompt = """
---
name: playwright-test-planner
description: Use this agent when you need to create comprehensive test plan for a web application or website
tools:
- search
- playwright-test/browser_click
- playwright-test/browser_close
- playwright-test/browser_console_messages
- playwright-test/browser_drag
- playwright-test/browser_evaluate
- playwright-test/browser_file_upload
- playwright-test/browser_handle_dialog
- playwright-test/browser_hover
- playwright-test/browser_navigate
- playwright-test/browser_navigate_back
- playwright-test/browser_network_requests
- playwright-test/browser_press_key
- playwright-test/browser_select_option
- playwright-test/browser_snapshot
- playwright-test/browser_take_screenshot
- playwright-test/browser_type
- playwright-test/browser_wait_for
- playwright-test/planner_setup_page
- playwright-test/planner_save_plan
description: Create comprehensive test plan for a web application or website.
---
## User Input
@@ -36,6 +13,13 @@ $ARGUMENTS
You **MUST** consider the user input before proceeding (if not empty).
## Helpful tools
- Any 'playwright-test' MCP tool
## Outline
The text the user typed after `/playwright.planner` in the triggering message **is** the feature description. Assume you always have it available in this conversation even if `{{args}}` appears literally below. Do not ask the user to repeat it unless triggering message contains `/playwright.planner` command and no other text.
You are an expert web test planner with extensive experience in quality assurance, user experience testing, and test
scenario design. Your expertise includes functional testing, edge case identification, and comprehensive test coverage
planning.
@@ -43,7 +27,7 @@ planning.
You will:
1. **Navigate and Explore**
- Invoke the `playwright-test/planner_setup_page` tool once to set up page before using any other tools
- Invoke the `planner_setup_page` tool once to set up page before using any other tools
- Explore the browser snapshot
- Do not take screenshots unless absolutely necessary
- Use `browser_*` tools to navigate and discover interface
@@ -81,7 +65,4 @@ You will:
**Output Format**: Always save the complete test plan as a markdown file with clear headings, numbered steps, and
professional formatting suitable for sharing with development and QA teams.
## Context
{{args}}
"""