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

microlinkhq / browserless / 32660964695
80%

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2026 07:22PM UTC
Jobs 10
Files 43
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

23 Aug 2026 07:21PM UTC coverage: 79.564% (+0.2%) from 79.372%
32660964695

push

github

web-flow
fix(screenshot): bound the capture navigation retry (#898)

* ci: use the same npmrc auth as metascraper

lerna reads the committed ${NPM_TOKEN} line. lockfile=false
keeps the tree clean so publish does not hit EUNCOMMIT.

Co-authored-by: Cursor <cursoragent@cursor.com>

* ci: set lockfile false where pnpm 11 reads it

pnpm 11 ignores non-auth .npmrc keys. Keep ${NPM_TOKEN}
there for lerna; put lockfile: false in the workspace
manifest and ignore the generated lockfile.

Co-authored-by: Cursor <cursoragent@cursor.com>

* revert: drop lockfile false from the workspace manifest

pnpm 11 then resolved workspace packages from npm
and install failed looking for unpublished 13.9.0.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(screenshot): bound the capture navigation retry

A closed page or session is terminal, not transient: `waitUntilAuto`
resolves at once against it, so the retry loop spun with no delay for the
whole capture budget (~409k iterations in 750ms in test, pegging a thread
and flooding logs until the timeout expired).

Bail out when the page is closed and pace each retry, so a destroyed
context on a live page still retries as before.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FQGzhKLzWo14WbZ62LRdu9

* fix(screenshot): stop retrying once the capture budget is spent

A wait that consumed the remaining budget still let one more capture
through, so a slow success could return past the timeout. Recheck the
deadline after the wait and rethrow instead.

Teach the pdf page doubles to answer `isClosed`, as a real page does.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FQGzhKLzWo14WbZ62LRdu9

* refactor(screenshot): pace the capture retry at the readiness poll cadence

The retry floor was an invented constant. Reuse `DEFAULT_POLL_MS`, the
cadence this package already re-checks a page it is waiting o... (continued)

936 of 1137 branches covered (82.32%)

Branch coverage included in aggregate %.

29 of 29 new or added lines in 3 files covered. (100.0%)

4538 of 5743 relevant lines covered (79.02%)

87250.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 @browserless/lighthouse - 32660964695.1 23 Aug 2026 07:22PM UTC 3
97.83
GitHub Action Run
2 @browserless/ai - 32660964695.2 23 Aug 2026 07:23PM UTC 6
73.14
GitHub Action Run
3 @browserless/capture - 32660964695.3 23 Aug 2026 07:22PM UTC 11
86.63
GitHub Action Run
4 @browserless/devices - 32660964695.4 23 Aug 2026 07:22PM UTC 1
94.92
GitHub Action Run
5 @browserless/errors - 32660964695.5 23 Aug 2026 07:22PM UTC 1
99.42
GitHub Action Run
6 @browserless/screencast - 32660964695.6 23 Aug 2026 07:22PM UTC 1
96.08
GitHub Action Run
7 @browserless/goto - 32660964695.7 23 Aug 2026 07:24PM UTC 3
75.71
GitHub Action Run
8 @browserless/screenshot - 32660964695.8 23 Aug 2026 07:22PM UTC 11
71.07
GitHub Action Run
9 @browserless/function - 32660964695.9 23 Aug 2026 07:22PM UTC 3
97.1
GitHub Action Run
10 browserless - 32660964695.10 23 Aug 2026 07:23PM UTC 3
79.5
GitHub Action Run
Source Files on build 32660964695
  • Tree
  • List 43
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32660964695
  • ef80e7b8 on github
  • Prev Build on master (#32628433621)
  • Next Build on master (#32662875634)
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