Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

62 lines (32 loc) · 1.98 KB

Unreleased

Breaking Change

  • Increase the minimum Node.js version to 14 (#43141).

4.0.0 (2022-04-08)

Breaking Changes

  • There's currently an ongoing project to migrate E2E tests to Playwright instead. This package is deprecated and will only accept bug fixes until fully migrated.

3.0.0 (2022-01-27)

Breaking Changes

  • The peer puppeteer dependency has been replaced with puppeteer-core requiring version >=11 (see Breaking Changes, #36040).
  • The peer jest dependency has been updated from requiring >=26 to requiring >=27 (see Breaking Changes, #33287).

2.5.0 (2021-09-09)

New Features

  • Emulate prefers-reduced-motion: reduce #34132.

2.4.0 (2021-07-29)

New Features

  • Bail out tests if a prior snapshot failed. Fixed a bug which failing snapshots won't trigger screenshots #33448.

2.0.0 (2021-01-21)

Breaking Changes

  • Increase the minimum Node.js version to 12 (#27934).

1.9.1 (2020-01-01)

1.9.0 (2019-12-19)

New Features

  • Added THROTTLE_CPU and DOWNLOAD_THROUGHPUT environment variable configuration options (#18770).

1.8.0 (2019-11-15)

1.7.0 (2019-09-16)

1.6.0 (2019-09-03)

1.2.0 (2019-05-21)

New features

  • Added Axe (the Accessibility Engine) API integration with e2e tests suite.

1.0.0 (2019-03-06)

  • Initial release.