v1

latestSwagger 2.02026-08-06114111152.5 KB
Tests

Create a test record (manual sessions)

Creates a TestCase record from outside the WebDriver/Appium flow. Mainly used by clients that want to log a manual or external test result against their TestingBot account. Most users will not need this — the normal flow is to start a Selenium/Appium session, and the record is created automatically.

post/v1/tests

Request body

Response

Create a test record (manual sessions)

successboolean required

Whether the test was created.

testobject required

The created test record. Only present when success is true.

errorsobject required

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