• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ecamp / ecamp3 / 27863398884
43%
devel: 43%

Build:
Build:
LAST BUILD BRANCH: renovate/php
DEFAULT BRANCH: devel
Ran 20 Jun 2026 06:52AM UTC
Jobs 3
Files 696
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Jun 2026 06:50AM UTC coverage: 43.427%. First build
27863398884

Pull #10105

github

BacLuc
e2e: reduce flaky test failures (#9643)

The Playwright e2e suite produced inconsistent failures, with different
tests failing across runs (HTTP cache, dashboard filters, PDF downloads).
Two root causes were identified and addressed in playwright.config.ts:

1. expect.timeout was 8s. The suite asserts against the full stack
   (frontend -> reverse-proxy -> API -> DB), and data-loading assertions
   (e.g. the dashboard filter chips re-rendering after page.reload() once
   the category/status endpoints have loaded) regularly need more than 8s
   on a loaded stack. Raised to 15s so these assertions stop racing the
   data load while still failing reasonably fast.

2. workers was undefined. In CI each project (chromium/firefox/webkit/
   behavior-tests) runs as its own isolated job against its own backend,
   so the default is fine there. Locally, `npx playwright test` runs all
   projects at once against a single shared backend; on a many-core dev
   machine the default spawns many workers that all hammer that single
   stack (the heavy client-side PDF tests in particular saturate the API
   and starve other tests), which is the main source of the "different
   failures every run" flakiness. Cap local workers at 4 to keep the load
   on the shared stack bounded and deterministic regardless of machine
   size; CI behaviour is unchanged and a faster local run is still
   available via --workers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: BacLuc <lucius.bachmann@clubpage.ch>
Pull Request #10105: e2e: reduce flaky test failures (#9643)

840 of 4746 branches covered (17.7%)

4856 of 11182 relevant lines covered (43.43%)

983.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 api - 27863398884.1 20 Jun 2026 07:02AM UTC 239
88.34
GitHub Action Run
2 frontend - 27863398884.2 20 Jun 2026 07:03AM UTC 389
15.99
GitHub Action Run
3 pdf - 27863398884.3 20 Jun 2026 06:52AM UTC 68
76.91
GitHub Action Run
Source Files on build 27863398884
  • Tree
  • List 696
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27863398884
  • Pull Request #10105
  • PR Base - devel (#27857596294)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc