Releases: playwright-community/jest-playwright
Releases · playwright-community/jest-playwright
Some fixes
Add ability to configure selectors
- #60 selectors section in configuration
- #61 #63 work in progress. Need to add ability to get
rootDir
fromjest.config.js
Version 0.0.13
- Fix parallel script for windows #56 ( @mxschmitt )
- Fix exit code for failed tests #55 ( fixed in #57 by @mxschmitt )
- Add experimental API for running multiple devices #19 (comment) (https://github.com/mmarkelov/jest-playwright#unstable-and-experimental-api)
Version 0.0.12
Version 0.0.11
- Migrate to TS #37 ( Great job by @mxschmitt )
- Skip
--no-sandbox
for webkit and firefox #42 (comment) - Reworked lint #48 by @mxschmitt
- Added coverage badge
- Move playwright packages from optionalDependencies #49 #51
Version 0.0.10
Thanks @mxschmitt for his job on it
Version 0.0.9
Version 0.0.8
- Add ability to pass
DEVICE
from env (#28)
Version 0.0.7
- Experimental API for running multiple browsers (https://github.com/mmarkelov/jest-playwright#unstable-and-experimental-api, #19)
Version 0.0.6
- Added some development stuff ( thanks @mxschmitt )
- #15 ( thanks @mxschmitt )
- #16 ( thanks @mxschmitt )