Skip to content

Releases: hugomrdias/playwright-test

v13.0.0

13 Nov 16:52
31d3ce2
Compare
Choose a tag to compare

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

13 Nov 12:45
702eae6
Compare
Choose a tag to compare

12.6.1 (2023-11-13)

Bug Fixes

  • avoid nodejs console.timeEnd warning (6cf6f6e)

v12.6.0

09 Nov 17:10
a6d78c7
Compare
Choose a tag to compare

12.6.0 (2023-11-09)

Features

  • add support for .node files (67300ce)

v12.5.0

09 Nov 16:15
9a7ed42
Compare
Choose a tag to compare

12.5.0 (2023-11-09)

Features

  • add server url to the client (454abec)

v12.4.3

19 Oct 15:23
993c04e
Compare
Choose a tag to compare

12.4.3 (2023-10-19)

Bug Fixes

  • move client to src and export properly (6238117)

v12.4.2

19 Oct 14:48
3c77012
Compare
Choose a tag to compare

12.4.2 (2023-10-19)

Bug Fixes

v12.4.1

19 Oct 13:40
089c15f
Compare
Choose a tag to compare

12.4.1 (2023-10-19)

Bug Fixes

  • normalize logs and stop node run (4403489)

v12.4.0

17 Oct 11:21
d5454f1
Compare
Choose a tag to compare

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

02 Oct 17:40
00fcd19
Compare
Choose a tag to compare

12.3.8 (2023-10-02)

Bug Fixes

  • improve node errors and suite errors (43bc597)

v12.3.7

29 Sep 13:40
c981db1
Compare
Choose a tag to compare

12.3.7 (2023-09-29)

Bug Fixes

  • add NODE_ENV=test, fix autodetect and external msw/node (62fe8e1)