Skip to main content
POST
Create a test group

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Body

application/json
projectId
string
required

Project ID

name
string
required
Required string length: 1 - 255
runMode
enum<string>
Available options:
concurrent,
sequential
prepTestId
string<uuid> | null

Web test that runs first and saves its browser session. Any web test in the project qualifies; it does not have to be a member of this group.

Response

Group created

group
object
required