Commit 3deb6fa
ci(acceptance): add hang-proof Playwright smoke gate
Re-establishes acceptance-level CI signal for 4.x, which currently runs only
unit/rest/runner suites while the disabled acceptance workflow still targets
3.x + docker WebDriverIO.
- test/acceptance/codecept.Playwright.smoke.js: an explicit allowlist
(els/session/within) of acceptance tests that pass reliably on the 4.x
promise core. 52 passed / 2 skipped / 0 failed across three consecutive
local runs.
- .github/workflows/acceptance-smoke.yml: runs the smoke suite on every PR
with both timeout-minutes: 20 and an outer `timeout 600` (exit 124 = hang =
release blocker), installs Chromium, boots the PHP test app, and uploads
test/acceptance/output/ on failure.
The allowlist only grows: when a promise-core fix makes an excluded file pass,
move it into the glob in the same PR. Long-term goal is to gate on the full
codecept.Playwright.js and delete this config.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a70c814 commit 3deb6fa
2 files changed
Lines changed: 63 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments