MCP Server that splits a Playwright test file into chunks and runs an agentic Gemini loop for each chunk using MCP tools (playwright, filesystem)
{
"mcpServers": {
"binaryteamtest-runner": {
"command": "npx",
"args": [
"-y",
"@binaryteam/test-runner"
]
}
}
}