run_feature
Run a feature's generated Playwright tests in a cloud sandbox.
Request
POST /api/v1/ops/projects/{project}/features/{feature}/runParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"config": "Mobile"}' \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/features/12/run"testvibe run "Login Functionality" --config Mobile --waitResponse
{ "runId": 214, "featureId": 12 }Errors
HTTP
When
Last updated
Was this helpful?
