Create a new run.
POST {{baseUrl}}/run/:code
This method allows to create a run in selected project.
Request Body
{"title"=>"Example of test run creation", "description"=>"description", "include_all_cases"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true,"result":{"id":-96349709}}