Tests Api
Functions
Link copied to clipboard
abstract suspend fun getBuildTests(@Path(value = "id"
GET api/tests/build/{id} Get tests executed in the given build. Retrieves summary of executed tests and containers, as well as the detailed information about each test execution in each invoked test work unit. Responses:
Link copied to clipboard
abstract suspend fun getTestCases(@Query(value = "container"
GET api/tests/cases Get a list of test cases. Retrieves the list of test cases of a single container. Responses:
Link copied to clipboard
abstract suspend fun getTestContainers(@Query(value = "container"
GET api/tests/containers Get a list of test containers. Returns the list of test containers. Responses: