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

playwright-community / playwright-go
79%
main: 79%

Build:
Build:
LAST BUILD BRANCH: roll/v1.61.1
DEFAULT BRANCH: main
Repo Added 26 Jan 2022 03:01PM UTC
Files 62
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

LAST BUILD ON BRANCH align-with-upstream-client
branch: align-with-upstream-client
CHANGE BRANCH
x
Reset
  • align-with-upstream-client
  • add-logger-override-support
  • add-only-install-shell-option
  • chore/gitignore-claude
  • chore/update-github-actions
  • ci-fail
  • ci/concurrency-cancel-prs-only
  • dataRace
  • docs-cli-ver
  • docs/fix-readme-and-contributing
  • expose-redirected-navigation-request
  • feat/assemble-driver-from-npm-and-nodejs
  • feat/flakiness-io-reporter
  • fix-sizes-panic
  • fix-tests
  • fix/579-expect-download-mobile-test
  • fix/connection-deadlocks
  • fix/dispatcher-event-handler-deadlock
  • fix/evaluate-handle-element-panic
  • fix/event-emitter-lock-across-handlers
  • fix/handle-parsing-float
  • fix/locator-evaluate-attached-state
  • fix/remote-upload-flake
  • fix/request-header-shape
  • fix/response-null-structured-results
  • fix/set-input-files-default-timeout
  • fix/test_worker
  • fix/waiter_deadlock
  • fix/webkit-folder-upload-timeout-180s
  • main
  • misuse-matrix
  • mxschmitt/budapest
  • mxschmitt/columbus
  • mxschmitt/dallas-v2
  • mxschmitt/kyiv-v4
  • mxschmitt/macau-v1
  • mxschmitt/victoria-v1
  • patch-1
  • patch-2
  • patch-nilerror
  • pr/event-handler-deadlock
  • pr/jsonpipe-deadlock
  • roll-v1.49.1
  • roll-v1.50
  • roll-v1.51
  • roll-v1.52
  • roll/v1.59.1
  • roll/v1.60.0
  • roll/v1.61.1
  • tidy-1.57
  • update-dependency

26 Jun 2026 01:21AM UTC coverage: 78.994% (+0.6%) from 78.392%
28211065491

Pull #612

github

mxschmitt
refactor: extract navigation timeout helper; dedupe screenshot mime lookup

Page.Reload/GoBack/GoForward repeated the same timeout-override block; extract
pageImpl.navigationTimeoutOverride. determineScreenshotType called
getMimeTypeForPath twice on the error path; assign once and reuse. No behavior
change.
Pull Request #612: fix: align Go client with upstream Playwright TypeScript client (v1.60.0)

742 of 939 new or added lines in 37 files covered. (79.02%)

15 existing lines in 8 files now uncovered.

8555 of 10830 relevant lines covered (78.99%)

6241.09 hits per line

Relevant lines Covered
Build:
Build:
10830 RELEVANT LINES 8555 COVERED LINES
6241.09 HITS PER LINE
Source Files on align-with-upstream-client
  • Tree
  • List 60
  • Changed 35
  • Source Changed 0
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28211065491 align-with-upstream-client refactor: extract navigation timeout helper; dedupe screenshot mime lookup Page.Reload/GoBack/GoForward repeated the same timeout-override block; extract pageImpl.navigationTimeoutOverride. determineScreenshotType called getMimeTypeForPath twice ... Pull #612 26 Jun 2026 01:28AM UTC mxschmitt github
78.99
28209221926 align-with-upstream-client fix(fetch): context.Request fetches honor BrowserContext.SetDefaultTimeout The context-owned APIRequestContext never shared the context's timeout settings, so context.SetDefaultTimeout had no effect on context.Request() fetches (they fell back to... Pull #612 26 Jun 2026 12:35AM UTC mxschmitt github
78.64
28208918632 align-with-upstream-client fix(locator): share timeout budget across withElement waitForSelector + action withElement passed the full Timeout to both WaitForSelector and the inner element action (Screenshot/ScrollIntoViewIfNeeded/SelectText), so a slow attach plus the acti... Pull #612 26 Jun 2026 12:26AM UTC mxschmitt github
78.49
28207999504 align-with-upstream-client fix(assertions): unwrap expect received value; context WaitForEvent close reason - Assertion failure messages parsed the whole wrapper ({value, ariaSnapshot}) via parseResult, printing 'Actual value: map[value:...]' instead of the real value... Pull #612 26 Jun 2026 12:02AM UTC mxschmitt github
78.63
28207636385 align-with-upstream-client chore(glob): match upstream question-mark placeholder token format Use "?$_<i>_$" (with the underscore) to mirror urlMatch.ts's `?$_${index}_$` placeholder. Purely internal round-trip token; no behavior change, just exact parity with upstream. Pull #612 25 Jun 2026 11:52PM UTC mxschmitt github
78.68
28206938545 align-with-upstream-client fix(elementHandle): default DispatchEvent eventInit to empty object ElementHandle.DispatchEvent passed nil (→ serialized undefined) when no init was given; upstream defaults eventInit to {} (elementHandle.ts). Default to an empty object so the se... Pull #612 25 Jun 2026 11:34PM UTC mxschmitt github
78.68
28206558011 align-with-upstream-client fix(apiResponseAssertions): render real newlines in ToBeOK response text The ToBeOK failure message used a backtick literal with \n, so 'Response Text:' rendered with literal backslash-n on one line. Use a real newline and match upstream's exact ... Pull #612 25 Jun 2026 11:25PM UTC mxschmitt github
78.64
28205889095 align-with-upstream-client fix(browser): StartTracing sets path unconditionally StartTracing only updated chromiumTracingPath when Path was provided, so a StartTracing(path) followed by StartTracing(no path) without a StopTracing left the stale path and a later StopTracing... Pull #612 25 Jun 2026 11:07PM UTC mxschmitt github
78.7
28204990197 align-with-upstream-client fix(jsHandle): parse RegExp results instead of panicking parseValue had no case for the {r:{p,f}} serialized RegExp, so any page evaluation returning a RegExp (e.g. () => /foo/i, or an object/array containing one) hit the 'Unexpected value' panic... Pull #612 25 Jun 2026 10:46PM UTC mxschmitt github
78.7
28203575368 align-with-upstream-client fix(browserType): register pre-existing contexts of a connected browser with selectors When connecting to a shared browser server, its pre-existing contexts are dispatched before didLaunchBrowser wires the real browserType (whose playwright is no... Pull #612 25 Jun 2026 10:14PM UTC mxschmitt github
78.68
See All Builds (444)
  • Repo on GitHub
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