Create a snooze
Creates a snooze to temporarily suppress failures for the given Playwright tests until snooze_until.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Array of Playwright test IDs (41-character hashes) to snooze.
1ISO 8601 timestamp for when the snooze should expire.
Optional description explaining why the tests are being snoozed.
Optional user identifier for the snooze creator. Set automatically for dashboard users.
Environment ID to scope the snooze to. If omitted, applies to all environments.
ID of the test run this snooze was created from, if applicable.
Response
The created snooze.
Response payload.