home/productivity/playwright-generate-test-prompt-2

Playwright Generate Test.prompt

GPTClaudeDeepSeek··1,064 copies·updated 2026-07-14
playwright-generate-test-prompt-2.prompt
---
mode: agent
description: 'Generate a Playwright test based on a scenario using Playwright MCP'
tools: ['changes', 'codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'playwright']
model: 'Claude Sonnet 4'
---

# 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

when to use it

Community prompt sourced from the open-source GitHub repo sEbas12312nft/awesome-copilot (MIT). A "Playwright Generate Test.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

sEbas12312nft/awesome-copilot · MIT