Releases: playwright-community/jest-playwright
Releases · playwright-community/jest-playwright
Version 0.0.5
- Fix issue with WebKit (#9) (thanks @aslushnikov)
Version 0.0.4
- Some eslint/prettier development improvements
- Add support for new device property #3
Version 0.0.3
- Added some development stuff like eslint, prettier and others
- Fix requirement in
testEnvironment.js
file - Fix playwright version in peerDependencies
Version 0.0.2
- Add ability to configure options through
jest-playwright.config.js
file - Using
chromium
as a default, if there is no options to define browser - Some small fixes and changes