v4

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

Get a specific unit test suite

get/workspaces/{workspace_domain}/projects/{project_name}/unit-tests/suites/{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

idstring required
Example:MNbyVedg

The ID of the unit test suite

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

idinteger

Unique identifier of the test suite

namestring

Name of the unit test suite

identifierstring

Unique identifier for the suite (auto-generated if not provided)

timeoutinteger

Timeout in seconds for test execution

error_patternstring

Markdown template for formatting test case error results (max 1024 characters)

tokenstring

Authentication token for the suite

slow_thresholdinteger

Threshold in milliseconds to mark tests as slow

send_commit_statusboolean

Whether to send commit status to the external repository for test results