From 78df4a299026a6e3a75bb740421d0e5eaf6b78a3 Mon Sep 17 00:00:00 2001 From: Ed Harrod Date: Sun, 26 Oct 2025 23:43:31 +0000 Subject: [PATCH] fix: Update playwright after tool name changes (#348) --- prompts/playwright-generate-test.prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/playwright-generate-test.prompt.md b/prompts/playwright-generate-test.prompt.md index 56c0848..6b30b85 100644 --- a/prompts/playwright-generate-test.prompt.md +++ b/prompts/playwright-generate-test.prompt.md @@ -1,8 +1,8 @@ --- 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' +tools: ['changes', 'search/codebase', 'edit/editFiles', 'fetch', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'playwright/*'] +model: 'Claude Sonnet 4.5' --- # Test Generation with Playwright MCP