12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright-test": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"playwright",
|
|
"run-test-mcp-server"
|
|
]
|
|
}
|
|
}
|
|
} |