Spec Kit and Playwright Agents established

This commit is contained in:
AG
2025-11-29 21:16:19 +02:00
parent 1de50e32c3
commit c4dacece3b
28 changed files with 3833 additions and 0 deletions

12
.gemini/settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"playwright-test": {
"type": "stdio",
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
]
}
}
}