Releases: hugomrdias/playwright-test
Releases · hugomrdias/playwright-test
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)
v12.6.1
12.6.1 (2023-11-13)
Bug Fixes
- avoid nodejs console.timeEnd warning (6cf6f6e)
v12.6.0
12.6.0 (2023-11-09)
Features
- add support for .node files (67300ce)
v12.5.0
12.5.0 (2023-11-09)
Features
- add server url to the client (454abec)
v12.4.3
12.4.3 (2023-10-19)
Bug Fixes
- move client to src and export properly (6238117)
v12.4.1
12.4.1 (2023-10-19)
Bug Fixes
- normalize logs and stop node run (4403489)
v12.4.0
12.4.0 (2023-10-17)
Features
- added playwright/client to exposes browser context methods to the tests (7111801), closes #540
- safer exit and logging (b3710e1)
Bug Fixes
- skip before and after hooks when no tests (2c5ca4f)
v12.3.8
12.3.8 (2023-10-02)
Bug Fixes
- improve node errors and suite errors (43bc597)
v12.3.7
12.3.7 (2023-09-29)
Bug Fixes
- add NODE_ENV=test, fix autodetect and external msw/node (62fe8e1)