gapwright
v0.4.0
Published
Deep-coverage reviewer and gap-test generator for repos with Playwright suites
Maintainers
Readme
Gapwright
Gapwright finds meaningful gaps in an existing Playwright suite by combining static analysis with checks against the live application. It can also profile the existing suite under CI-like settings, then drive the coding agent you already use to generate tests or apply approved, guarded suite optimizations.
Install
Gapwright requires Node.js 20 or newer.
npm install --global gapwright
gapwright installgapwright install downloads the matching Chromium build used by Gapwright.
Pass firefox, webkit, or --with-deps when those are needed:
gapwright install firefox webkit
gapwright install --with-depsYou can also keep Gapwright local to a project:
npm install --save-dev gapwright
npx gapwright installStart a review
Run these commands in the repository whose Playwright suite you want to review:
gapwright init
gapwright review --no-agent
gapwright baseline accept
gapwright review
gapwright review --profile-suite
gapwright report --open
gapwright optimize --approvedSee the full documentation for the gap-test lifecycle, supported frameworks, agent setup, and every command.
License
Apache-2.0
