Serve Font Awesome fixtures in E2E tests

This commit is contained in:
Jeppe Bundgaard
2026-07-05 16:34:58 +02:00
parent 58beb0d5c5
commit fcdd8ecbfa
8 changed files with 57 additions and 7 deletions
+4 -3
View File
@@ -140,9 +140,10 @@ The runner fails fast if the combined worker count exceeds 5.
GitHub Actions keeps the full browser/device/role matrix stable by capping full-suite
matrix parallelism at 2 jobs, running each full slice with `PLAYWRIGHT_WORKERS=1`,
wrapping Docker Playwright runs with `systemd-inhibit` when available, and setting
`PLAYWRIGHT_VIDEO_MODE=off` for the full matrix. The E2E network harness stubs the
external Font Awesome stylesheet so WebKit page loads do not depend on CDN/TLS
availability. Traces and screenshots are still retained on failure.
`PLAYWRIGHT_VIDEO_MODE=off` for the full matrix. The E2E network harness serves
Font Awesome from local fixtures so WebKit page loads and visual snapshots do not
depend on CDN/TLS availability. Traces and screenshots are still retained on
failure.
Artifacts and summaries: