Unit Test API
Get all test cases for a session
get/workspaces/{workspace_domain}/projects/{project_name}/unit-tests/suites/{suite_id}/sessions/{session_id}/cases
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
suite_idstring required
Example:MNbyVedg
The ID of the unit test suite
session_idstring required
Example:r4nBYXVq
The ID of the test session
Query parameters
pageinteger
Example:1
The number of the successive pages (results are split into pages of per_page elements each).
per_pageinteger
Example:20
Specifies the number of returned elements on the page. The default value is 20.
status'PASSED' | 'FAILED' | 'SKIPPED' | 'ERROR'
Example:PASSED
Filter test cases by status
view'BASIC' | 'FULL'
Example:FULL
Response detail level: BASIC (default) returns summary fields, FULL additionally includes the test case data