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

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

Build:
Build:
LAST BUILD BRANCH: roll/v1.61.1
DEFAULT BRANCH: main
Ran 25 Jun 2026 10:46PM UTC
Jobs 8
Files 60
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

25 Jun 2026 10:39PM UTC coverage: 78.705% (+0.3%) from 78.392%
28204990197

Pull #612

github

mxschmitt
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. Parse it into a
*regexp.Regexp, mapping the i/m/s JS flags to an inline (?ims) prefix,
mirroring upstream serializers.ts. This is the receive direction (distinct
from the accepted serialize-side RegExp-arg omission).
Pull Request #612: fix: align Go client with upstream Playwright TypeScript client (v1.60.0)

679 of 860 new or added lines in 35 files covered. (78.95%)

11 existing lines in 7 files now uncovered.

8482 of 10777 relevant lines covered (78.7%)

6256.79 hits per line

Uncovered Changes

Lines Coverage ∆ File
30
71.59
-0.83% browser_context.go
16
79.39
-1.0% frame.go
15
46.91
7.78% screencast.go
14
59.53
0.23% locator.go
11
87.86
-0.38% locator_helpers.go
11
78.49
1.12% page.go
11
71.9
-0.78% tracing.go
10
67.7
-0.8% request.go
9
79.09
-0.54% local_utils.go
8
69.77
2.53% browser_type.go
7
86.82
-1.75% route.go
6
65.56
0.72% frame_locator.go
5
75.81
-0.28% element_handle.go
4
76.47
0.0% har_router.go
3
45.45
-10.1% disposable.go
3
78.52
3.45% fetch.go
3
66.67
1.08% selectors.go
2
84.62
-2.88% artifact.go
2
94.29
-5.71% dialog.go
2
93.24
1.58% glob.go
2
76.51
-0.36% input_files_helper.go
2
89.41
0.3% js_handle.go
2
88.13
2.3% locator_assertions.go
2
90.48
mime_types.go
1
87.04
1.93% binding_call.go

Coverage Regressions

Lines Coverage ∆ File
3
78.52
3.45% fetch.go
2
85.4
2.3% connection.go
2
78.49
1.12% page.go
1
87.04
1.93% binding_call.go
1
76.51
-0.36% input_files_helper.go
1
59.53
0.23% locator.go
1
46.91
7.78% screencast.go
Jobs
ID Job ID Ran Files Coverage
1 windows-latest-webkit - 28204990197.1 25 Jun 2026 10:48PM UTC 60
76.87
GitHub Action Run
2 ubuntu-latest-chromium - 28204990197.2 25 Jun 2026 10:46PM UTC 60
78.56
GitHub Action Run
3 macos-latest-chromium - 28204990197.3 25 Jun 2026 10:46PM UTC 60
78.55
GitHub Action Run
4 macos-latest-webkit - 28204990197.4 25 Jun 2026 10:49PM UTC 60
76.38
GitHub Action Run
5 macos-latest-firefox - 28204990197.5 25 Jun 2026 10:50PM UTC 60
77.04
GitHub Action Run
6 windows-latest-firefox - 28204990197.6 25 Jun 2026 10:50PM UTC 60
76.97
GitHub Action Run
7 windows-latest-chromium - 28204990197.7 25 Jun 2026 10:50PM UTC 60
78.46
GitHub Action Run
8 ubuntu-latest-firefox - 28204990197.8 25 Jun 2026 10:48PM UTC 60
77.1
GitHub Action Run
Source Files on build 28204990197
  • Tree
  • List 60
  • Changed 36
  • Source Changed 0
  • Coverage Changed 36
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #612
  • PR Base - main (#28154968716)
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