Skip to content

Releases: playwright-community/jest-playwright

Version 0.0.5

05 Feb 07:03
Compare
Choose a tag to compare

Version 0.0.4

03 Feb 11:26
Compare
Choose a tag to compare
  • Some eslint/prettier development improvements
  • Add support for new device property #3

Version 0.0.3

02 Feb 12:26
Compare
Choose a tag to compare
  • Added some development stuff like eslint, prettier and others
  • Fix requirement in testEnvironment.js file
  • Fix playwright version in peerDependencies

Version 0.0.2

01 Feb 15:17
Compare
Choose a tag to compare
  • 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