run_suite
Run several features at once — one cloud run per feature.
Request
POST /api/v1/ops/projects/{project}/runsParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
-H "Content-Type: application/json" \
-d '{}' \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/runs"testvibe run --all --wait # the whole suite; exits non-zero on any failure
testvibe run Login Checkout --waitResponse
{
"runs": [
{ "featureId": 12, "featureName": "Login Functionality", "runId": 215 },
{ "featureId": 15, "featureName": "Checkout", "runId": 216 },
{ "featureId": 18, "featureName": "Search", "error": "conflict", "message": "This feature has no generated tests yet — generate them first." }
]
}Errors
HTTP
When
Last updated
Was this helpful?
