Release Notes
What's new in each published version of jest-e2e, grouped by version. See the
full changelog
on GitHub for the raw source of this page.
1.3.0 — 2026-07-23
Added
- Authenticated deployment support: pass an
authconfig (viajest-e2e.config.js/.mjs/.cjs/.json,$JEST_E2E_CONFIG, or theJEST_E2E_AUTH_CONFIG/JEST_E2E_AUTH_HEADER_NAMEenv vars) to inject headers, cookies, or query params into requests. Ships a built-invercelprovider (x-vercel-protection-bypass+ bypass cookie) for Vercel Deployment Protection.initnow scaffolds a project-leveljest-e2e.config.jsand adds.envto the generated.gitignore. initbanner: ANSI Shadow block wordmark rendered in plain white, boxed welcome panel with the framework version, scaffold checklist, and next-steps section. Output stays plain when piped or whenNO_COLOR/TERM=dumbis set.
Changed
- Colorized test-run output:
PASS/FAIL/SKIPlines are reformatted as coloredPass:/Fail:/Skip:with the test file name; Jest's summary block is suppressed unless--verboseis used. - Repo test layout: framework unit tests moved to
__tests__/unit/and example e2e tests to__tests__/e2e/. The published package now ships only__tests__/e2e/(smaller tarball);initscaffolding in user projects is unchanged.
1.2.0 — 2026-07-08
Added
- Smooth mode for visible runs: orange cursor overlay, pointer glide, click ripple, and target highlight.
- Full checkout-journey example e2e test (sign in → cart → checkout).
Fixed
- Visual-mode timeouts: slow motion is paced by the framework action layer
instead of Puppeteer's protocol-level
slowMo, and headed runs default to a 120s per-test timeout.
1.1.1 — 2026-07-08
Fixed
- CLI no longer auto-initializes a project when a specific test name was requested in a directory without a jest-e2e project.
Changed
- Repository URLs updated after the transfer to
genfixs-limited. - Added the Docusaurus documentation site with GitHub Pages deploy.
1.1.0 — 2026-07-07
Added
fill,clear, andpressactions.- REPL support with custom Puppeteer environment teardown.
- Data builders and example sign-up test.
Fixed
- Core assertion, CLI, and ChromeE2EApi bugs.
- Normalized
package.jsonbin path and repository URL.