Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
retention-days: 30
```

:::note
The `timeout-minutes` above is a hard kill, not a test failure. If your suite outgrows it, the runner stops the process mid-run, the job's conclusion is `cancelled`, and no report is written. Setting [`globalTimeout`](./test-timeouts-js.md) below it lets Playwright stop itself first, so an over-running suite fails with a full report instead.
:::

#### On push/pull_request
* langs: python, java, csharp

Expand Down