Preview — in progress

Test Runs

Create, update, and complete test runs through the REST API.

POST /api/v1/runs

curl https://releaseqa.com/api/v1/runs \
  -X POST \
  -H "Authorization: Bearer $RELEASEQA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "project": "my-app",
    "framework": "playwright",
    "tags": ["ci", "main"]
  }'

We're writing the long-form guide now

The full walkthrough for Test Runs is being written and reviewed. In the meantime, the Quick Start and Configuration pages cover the core setup that this guide builds on.

Need this page filled in sooner? Email support@releaseqa.com and we'll prioritise it.

Related