Skip to content

Releases: hugomrdias/playwright-test

v14.1.3

07 May 11:00
4a6521b
Compare
Choose a tag to compare

14.1.3 (2024-05-07)

Bug Fixes

  • test for skipped browser warnings early (#661) (f7248e9)

v14.1.2

02 May 14:32
8c93214
Compare
Choose a tag to compare

14.1.2 (2024-05-02)

Bug Fixes

v14.1.1

08 Feb 12:21
ebf82fd
Compare
Choose a tag to compare

14.1.1 (2024-02-08)

Bug Fixes

v14.1.0

31 Jan 13:38
fd652e1
Compare
Choose a tag to compare

14.1.0 (2024-01-31)

Features

  • update playwright core and dim browser msgs (727cc1e)

v14.0.0

23 Nov 20:26
57dd05d
Compare
Choose a tag to compare

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

17 Nov 13:30
7cca595
Compare
Choose a tag to compare

13.0.1 (2023-11-17)

Bug Fixes

  • make skip and only also a suite (d7a5c41)

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)