- 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.
- The peer
puppeteerdependency has been replaced withpuppeteer-corerequiring version>=11(see Breaking Changes, #36040). - The peer
jestdependency has been updated from requiring>=26to requiring>=27(see Breaking Changes, #33287).
- Emulate
prefers-reduced-motion: reduce#34132.
- Bail out tests if a prior snapshot failed. Fixed a bug which failing snapshots won't trigger screenshots #33448.
- Increase the minimum Node.js version to 12 (#27934).
- Added
THROTTLE_CPUandDOWNLOAD_THROUGHPUTenvironment variable configuration options (#18770).
- Added Axe (the Accessibility Engine) API integration with e2e tests suite.
- Initial release.