Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 546 Bytes

flaky-tests.md

File metadata and controls

10 lines (6 loc) · 546 Bytes

Flaky Tests

The Trunk Flaky Tests API provides access to check the status of Trunk services and fetch quarantined tests in your project. The API is an HTTP REST API, returns JSON from all requests, and uses standard HTTP response codes.

All requests must be authenticated by providing the x-api-token header.

{% openapi src="../.gitbook/assets/openapi.json" path="/flaky-tests/list-quarantined-tests" method="post" %} openapi.json {% endopenapi %}