ui/frontend: cap Playwright at 4 workers, retry 4 times #8
Reference in New Issue
Block a user
Delete Branch "feature/playwright-tuning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Under host-mode runner the default
6 workers / 1 retrylands on ~7 flakies and an occasional hard fail per ui-test run (#59 most recently). Workers share CPU and the host Docker daemon with gitea, the long-lived dev stack, and the host Caddy; the extra wall time from contention pushes individual expectations past their timeouts.workers: 4keeps parallelism but gives each worker real CPU headroom.retries: 4(was1) absorbs the rare slow page.Local
pnpm exec playwright teststill uses 0 retries (CI-only setting).