Skip to main content
POST
Start Run

Request

Body Parameters

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

Example Request

Response

runId
string
Unique run identifier
status
string
Run status: "running"
beforeSnapshot
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