Skip to main content
POST
Re-run a test run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Database ID of the test run.

Required range: x >= 1

Body

application/json
only_failed
boolean

When true, re-run only the failed tests from the source run. The source run must be completed.

send_notifications
boolean

Override whether notifications are sent for the re-run. Defaults to the source run's notification setting.

Response

The re-triggered test run.

data
object
required