Skip to main content

Create a Test Suite

POST /v1/{project_id}/testing/suites

Request Body

Response


List Test Suites

GET /v1/{project_id}/testing/suites

Response


Add a Test Case

POST /v1/{project_id}/testing/suites/{suite_id}/cases

Request Body

Assertion Types

Response


Run a Test Suite

POST /v1/{project_id}/testing/suites/{suite_id}/run

Response


Get Run Results

GET /v1/{project_id}/testing/runs/{run_id}/results

Response