Release Notes
feat: jest 28 support (#154)
Features
This release updates jest-playwright
to version 2.0.0 which adds support for Jest 28. In order to maintain backwards compatibility with Jest 27, you might have to take a few steps in case you are installing the test runner for the first time, or if you don't keep package locks in your project.
You can find more info at https://github.com/storybookjs/test-runner#jest-27-support
🚀 Enhancement
- feat: jest 28 support #154 (@andykenward @yannbf)
Authors: 2
- Andy Kenward (@andykenward)
- Yann Braga (@yannbf)