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

mxschmitt / playwright-go
79%

Build:
DEFAULT BRANCH: main
Repo Added 29 Aug 2020 10:26AM 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 main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • chore/migrate-to-mxschmitt
  • ci/rerun-flaky-tests-gotestsum
  • feat/allow-cli-path-env
  • feature/websocket
  • fix/coveralls-badge-rendering
  • main
  • master

29 Jun 2026 04:28PM UTC coverage: 79.004%. Remained the same
28387148315

push

github

web-flow
ci: re-run flaky tests via gotestsum while surfacing them on flakiness.io (#621)

Browser-side timing flakes (e.g. firefox/macOS viewport first-paint races,
webkit cross-process document.cookie lag) occasionally fail the suite even
though the tests are correct. Upstream microsoft/playwright absorbs these with
`retries: 3`; our CI had no retry, so a single transient flake reddened a job.

Run the suite through gotestsum --rerun-fails: it re-runs ONLY the failed
tests, exits 0 if each passes within the budget, and writes every attempt to
--jsonfile. Piping that into `flakiness-go --stdin` records each attempt as a
distinct RunAttempt, so a fail-then-pass is uploaded to flakiness.io as *flaky*
(visible) rather than hidden — unlike an in-process retry, which would emit a
single passing attempt and mask the flake.

A test that fails every attempt still fails the job (gotestsum exits non-zero,
captured as the gate since `flakiness-go --stdin` always exits 0), and
--rerun-fails-max-failures aborts the rerun on a broad breakage that isn't
'flaky'. Verified end-to-end locally; details in
mxschmitt/flakiness-go#2.

8756 of 11083 relevant lines covered (79.0%)

7067.18 hits per line

Relevant lines Covered
Build:
Build:
11083 RELEVANT LINES 8756 COVERED LINES
7067.18 HITS PER LINE
Source Files on main
  • Tree
  • List 62
  • Changed 18
  • Source Changed 0
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28387148315 main ci: re-run flaky tests via gotestsum while surfacing them on flakiness.io (#621) Browser-side timing flakes (e.g. firefox/macOS viewport first-paint races, webkit cross-process document.cookie lag) occasionally fail the suite even though the test... push 29 Jun 2026 04:34PM UTC web-flow github
79.0
28354266090 ci/rerun-flaky-tests-gotestsum ci: re-run flaky tests via gotestsum while surfacing them on flakiness.io Browser-side timing flakes (e.g. firefox/macOS viewport first-paint races, webkit cross-process document.cookie lag) occasionally fail the suite even though the tests are c... Pull #621 29 Jun 2026 07:03AM UTC mxschmitt github
79.0
28262230971 main docs: fix coveralls badge not rendering in README (#620) The coveralls native badge serves the SVG via a 302 redirect to an S3 asset marked Cache-Control: no-cache, which GitHub's Camo image proxy won't render. Switch to the shields.io coveralls ... push 26 Jun 2026 08:14PM UTC web-flow github
79.0
28262161479 fix/coveralls-badge-rendering docs: fix coveralls badge not rendering in README The coveralls native badge serves the SVG via a 302 redirect to an S3 asset marked Cache-Control: no-cache, which GitHub's Camo image proxy won't render. Switch to the shields.io coveralls endpoin... Pull #620 26 Jun 2026 08:07PM UTC mxschmitt github
79.0
28259978898 main chore: migrate from playwright-community org to mxschmitt (#619) push 26 Jun 2026 07:29PM UTC web-flow github
79.02
28258999496 chore/migrate-to-mxschmitt chore: migrate from playwright-community org to mxschmitt The playwright-community GitHub organization is archived and inactive. The repository now lives at github.com/mxschmitt/playwright-go and will continue to be maintained by Max Schmitt (ori... Pull #619 26 Jun 2026 07:13PM UTC mxschmitt github
79.0
28258912492 main feat: allow PLAYWRIGHT_CLI_PATH to point directly at cli.js (#618) The official NixOS playwright-driver package keeps cli.js at the package root rather than under package/, so getDriverCliJs could not resolve it even with PLAYWRIGHT_DRIVER_PATH s... push 26 Jun 2026 07:06PM UTC web-flow github
79.0
28258685905 feat/allow-cli-path-env feat: allow PLAYWRIGHT_CLI_PATH to point directly at cli.js The official NixOS playwright-driver package keeps cli.js at the package root rather than under package/, so getDriverCliJs could not resolve it even with PLAYWRIGHT_DRIVER_PATH set. Add... Pull #618 26 Jun 2026 06:58PM UTC mxschmitt github
79.0
1464782020 master Fix driver always downloading (#236) Pull #237 16 Nov 2021 12:56AM UTC Sam Hennessy github pending completion  
1408477914 assets fix it Pull #225 01 Nov 2021 03:16PM UTC Kumar Aditya github pending completion  
See All Builds (300)
  • 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