mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
- Adds playwright agents for test creation with playwright mcp. - Enhances our playwright skill to make use of these - Updates contribution guide/readmes
8 lines
133 B
JSON
8 lines
133 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright-test": {
|
|
"command": "npx",
|
|
"args": ["playwright", "run-test-mcp-server"]
|
|
}
|
|
}
|
|
}
|