v1

latestOpenAPI 3.1.0AGPL-3.02026-07-17644498.1 KB
Tests

Create a test

Create a new test with a script. Supported types: browser (Playwright), api, performance (k6), database, custom.

post/api/tests

Request body

titlestring required
scriptstring required

Test script content

type'browser' | 'api' | 'performance' | 'database' | 'custom'

Test type. Aliases accepted: playwrightbrowser, k6performance

descriptionstring

Example request

{
  "title": "Homepage Load Test"
}

Response

Test created

successboolean