All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m31s
- Implement tests for creating, editing, and deleting chores, kindness acts, and penalties. - Add tests to verify conversion of default items to user items and restoration of system defaults upon deletion. - Ensure proper cancellation of creation and editing actions. - Create a comprehensive plan document outlining the test scenarios and expected behaviors.
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"servers": {
|
|
"playwright-test": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"playwright",
|
|
"run-test-mcp-server",
|
|
"--config=playwright.config.ts"
|
|
],
|
|
"cwd": "frontend/vue-app"
|
|
}
|
|
},
|
|
"inputs": []
|
|
} |