- Endpoint:
POST /run/{shortId} - Authentication: Bearer token required
- Base URL:
https://api.qa.tech/v1
Path Parameters
Request Body
To rerun the entire run with no filters, send an empty JSON object
{} as the request body.
Response
Success (200)
run.shortId to get run status or trigger another rerun.
Error Responses
Example: Rerun Failed Tests Only
Example: Rerun Specific Test Cases
Related
- Get Run Status – Check run status and retrieve test results
- Start Run – Start a new run