Releases: hugomrdias/playwright-test
Releases · hugomrdias/playwright-test
v14.1.6
14.1.6 (2024-09-10)
Bug Fixes
- log playwright browser download progress on stderr (#682) (bb6955c)
v14.1.3
14.1.3 (2024-05-07)
Bug Fixes
- test for skipped browser warnings early (#661) (f7248e9)
v14.1.0
14.1.0 (2024-01-31)
Features
- update playwright core and dim browser msgs (727cc1e)
v14.0.0
14.0.0 (2023-11-23)
⚠ BREAKING CHANGES
- config function receives cli options and process.env.PW_TEST remove in favor of stringified process.env.PW_OPTIONS
Features
- config function receives cli options and process.env.PW_TEST remove in favor of stringified process.env.PW_OPTIONS (6d6892f)
Bug Fixes
- update playwright and lilconfig (0e40e69)
v13.0.1
13.0.1 (2023-11-17)
Bug Fixes
- make skip and only also a suite (d7a5c41)
v13.0.0
13.0.0 (2023-11-13)
⚠ BREAKING CHANGES
- before/after hooks receive the runner env instead of just the options.
Features
- before/after hooks receive the runner env instead of just the options. (b392f7d)