Create a test group

Creates a test group.

POST /api/public/v1/test-groups
Bearer token

Body

· CreateTestGroupRequest
required application/json

Test group to create.

appId string · min length: 1 required

Bubble app ID for the workspace project this request targets.

name string · min length: 1 required

Group name.

description string · nullable

Optional description.

testIds array of string

Test/component IDs to include in the group.

Responses