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

microlinkhq / browserless / 29778167541
79%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2026 08:57PM UTC
Jobs 9
Files 35
Run time 1min
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 Jul 2026 08:56PM UTC coverage: 80.619% (+0.03%) from 80.587%
29778167541

push

github

web-flow
fix(errors): treat detached-frame and early-main-frame as retryable (#846)

`captureWithNavigationRetry` (wrapping page.pdf/screenshot) and `waitForReady`
only wait-and-retry when `isContextDestroyed` matches. Two frame-lifecycle
races on production 3.42.8 slipped through and failed the capture outright:

  Execution context is not available in detached frame or worker "<url>"   (6/24h)
  Requesting main frame too early!                                          (2/24h)

The first is Chrome's other phrasing of a frame detaching mid-operation — the
same condition as the already-matched "Attempted to use detached Frame", seen
on SPAs (app.oviond.com) that client-navigate to a sub-route while a print
targeting the old frame is in flight. The second is the inverse: an operation
ran before the page's main frame attached.

Both resolve once navigation settles, which is exactly what the retry does; a
page that never navigates falls through when the bounded retry budget
(timeouts.action) ends, same as today, just after a short wait.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

693 of 852 branches covered (81.34%)

Branch coverage included in aggregate %.

12 of 12 new or added lines in 1 file covered. (100.0%)

3683 of 4576 relevant lines covered (80.49%)

109499.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 @browserless/capture - 29778167541.1 20 Jul 2026 08:57PM UTC 11
86.63
GitHub Action Run
2 @browserless/lighthouse - 29778167541.2 20 Jul 2026 08:58PM UTC 3
97.83
GitHub Action Run
3 @browserless/screencast - 29778167541.3 20 Jul 2026 08:57PM UTC 1
95.74
GitHub Action Run
4 @browserless/errors - 29778167541.4 20 Jul 2026 08:57PM UTC 1
99.36
GitHub Action Run
5 @browserless/devices - 29778167541.5 20 Jul 2026 08:57PM UTC 1
94.92
GitHub Action Run
6 @browserless/goto - 29778167541.6 20 Jul 2026 08:59PM UTC 3
75.71
GitHub Action Run
7 @browserless/function - 29778167541.7 20 Jul 2026 08:57PM UTC 3
97.0
GitHub Action Run
8 @browserless/screenshot - 29778167541.8 20 Jul 2026 08:57PM UTC 9
68.12
GitHub Action Run
9 browserless - 29778167541.9 20 Jul 2026 08:58PM UTC 3
79.48
GitHub Action Run
Source Files on build 29778167541
  • Tree
  • List 35
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29778167541
  • 3d529b18 on github
  • Prev Build on master (#29776805285)
  • Next Build on master (#29898165293)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc