list_configs
List the Playwright configurations available to runs.
Request
GET /api/v1/ops/projects/{project}/configsParameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/configs"testvibe configsResponse
[
{ "name": "Default", "source": "template" },
{ "name": "Mobile", "source": "project" }
]Errors
HTTP
When
Last updated
Was this helpful?
