Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Releases: playwright-community/jest-playwright

Version 0.0.5

05 Feb 07:03

Choose a tag to compare

Version 0.0.4

03 Feb 11:26

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

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

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