Operation | HTTP Method | Description |
---|---|---|
projects/{ProjectId}/tests/{TestId}/automations | GET | Returns a list of automations assigned to a QAComplete test. |
projects/{ProjectId}/tests/{TestId}/automations/{Agent} | GET | Returns information on automation specified by its agent (test runner) name. |
projects/{ProjectId}/tests/{TestId}/automations/{Agent} | POST | Assigns new automation to a QAComplete test. |
projects/{ProjectId}/tests/{TestId}/automations/{Agent} | PUT | Updates the specified automation. |
projects/{ProjectId}/tests/{TestId}/automations/{Agent} | PATCH | Updates the specified fields of automation. |
projects/{ProjectId}/tests/{TestId}/automations/{Agent} | DELETE | Deletes the specified automation from QAComplete. |