Skip to main content
POST
Attach a failing test to a failure group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Failure group ID.

Minimum string length: 1

Body

application/json
test_run_id
integer
required

The run in which this failure was observed.

Required range: x >= 1
test_case_id
string

Test case ID (normalized 41-character Playwright test id) of the failing test.

Minimum string length: 1
pw_test_id
string
deprecated

Deprecated alias of test_case_id.

Minimum string length: 1

Response

The attached member, derived from the membership-event log.

data
object
required

Response payload.