Skip to main content
POST
Start Run

Request

Body Parameters

string
required
Environment ID from initEnv
string
Optional test ID for evaluation against assertions
string
Optional test suite ID for grouping results

Example Request

Response

string
Unique run identifier
string
Run status: "running"
string
Snapshot ID for the ‘before’ state

Example Response

What Happens

  1. Snapshot captured: Current database state is recorded
  2. Replication started: WAL changes begin being captured
  3. Run created: Test run record created in database
After startRun, all changes to the environment are tracked until diffRun or evaluateRun is called.

Errors

SDK Usage