Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m46s
15 lines
258 B
JSON
15 lines
258 B
JSON
{
|
|
"servers": {
|
|
"playwright-test": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"playwright",
|
|
"run-test-mcp-server",
|
|
"--config=playwright.config.ts"
|
|
],
|
|
"cwd": "frontend"
|
|
}
|
|
},
|
|
"inputs": []
|
|
} |