v4

latestOpenAPI 3.0.1Apache 2.02026-07-312457525.9 MB
Unit Test API

Get a specific test group

get/workspaces/{workspace_domain}/projects/{project_name}/unit-tests/suites/{suite_id}/sessions/{session_id}/test-groups/{id}

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

idstring required
Example:com.example.tests.IntegrationTests

The ID of the test group

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

idstring

Unique identifier of the test group

namestring

Name of the test group (typically corresponds to a test suite in JUnit XML)

timenumber double

Total execution time in seconds

tests_countinteger

Total number of tests in the group

failed_countinteger

Number of failed tests in the group

skipped_countinteger

Number of skipped tests in the group

error_countinteger

Number of tests with errors in the group

status'PASSED' | 'FAILED' | 'SKIPPED' | 'ERROR'

Overall status of the test group