v1

latestSwagger 2.02026-08-06114111152.5 KB
Tests

Stop a running test

Terminates an in-flight test session. The test is marked complete; any assets gathered (video, logs, screenshots) become available for download. Returns 404 if the test has already finished.

put/v1/tests/{id}/stop

Path parameters

idstring required

Numeric test ID or WebDriver session_id of the test to stop.

Response

Stop a running test

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.