Automated end-to-end testing and bug detection for web apps
Runs comprehensive E2E tests against your deployed app. Tests critical user flows, checks for visual regressions, and validates API responses.
{
"type": "object",
"properties": {
"app_url": {
"type": "string"
},
"test_flows": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"app_url"
]
}
{}
{}
{}