CI & Test Runs
7 endpoints
Run test suites from a pipeline and collect the result. These endpoints back the
routebase CLI and the Routebase GitHub Action, and they are the ones a CI job
calls directly.
POST/api/cli/runRun a test suite and wait for the resultGET/api/cli/suitesList the test suites of a projectGET/api/cli/environmentsList the environments of a projectGET/api/cli/runs/{id}/statusGet the progress of a test runGET/api/cli/runs/{id}/reportDownload the report of a finished runGET/api/projects/{projectId}/test-suitesList the test suites of a projectPOST/api/projects/{projectId}/test-suites/{suiteId}/executeExecute a test suite