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

playwright-community / playwright-go
80%
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 dataRace
branch: dataRace
CHANGE BRANCH
x
Reset
  • dataRace
  • add-logger-override-support
  • add-only-install-shell-option
  • align-with-upstream-client
  • chore/gitignore-claude
  • chore/update-github-actions
  • ci-fail
  • ci/concurrency-cancel-prs-only
  • 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

24 Jun 2026 07:49PM UTC coverage: 80.349% (-0.6%) from 80.917%
28125534279

Pull #567

github

mxschmitt
fix: also make pageImpl.closeWasCalled atomic

PR #567 made browserContextImpl.closeWasCalled atomic but left the
identical race on pageImpl.closeWasCalled: Page.Close() writes it while
the page's route-handler goroutine reads it in onRoute(). Convert it to
atomic.Bool too and add TestPageCloseRace covering that path.
Pull Request #567: Fix data race between routing and closing context

4 of 4 new or added lines in 2 files covered. (100.0%)

763 existing lines in 19 files now uncovered.

7679 of 9557 relevant lines covered (80.35%)

4980.13 hits per line

Relevant lines Covered
Build:
Build:
9557 RELEVANT LINES 7679 COVERED LINES
4980.13 HITS PER LINE
Source Files on dataRace
  • Tree
  • List 55
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28125534279 dataRace fix: also make pageImpl.closeWasCalled atomic PR #567 made browserContextImpl.closeWasCalled atomic but left the identical race on pageImpl.closeWasCalled: Page.Close() writes it while the page's route-handler goroutine reads it in onRoute(). Con... Pull #567 24 Jun 2026 07:56PM UTC mxschmitt github
80.35
19022173124 dataRace Implement closeWasCalled with atomic.Bool to prevent data race Pull #567 03 Nov 2025 02:34AM UTC flimzy github
80.9
See All Builds (444)
  • Repo on GitHub
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