playwright-mcp configured

This commit is contained in:
aodulov
2025-10-29 13:36:06 +02:00
parent ebf7162ae5
commit 43334afaf6
2 changed files with 23 additions and 0 deletions

10
.gemini/settings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}