Skip to content

Releases: hugomrdias/playwright-test

v14.1.6

10 Sep 13:31
5482e98
Compare
Choose a tag to compare

14.1.6 (2024-09-10)

Bug Fixes

  • log playwright browser download progress on stderr (#682) (bb6955c)

v14.1.5

06 Sep 14:22
697ce4f
Compare
Choose a tag to compare

14.1.5 (2024-09-06)

Bug Fixes

v14.1.4

23 Jul 15:55
4b8b21b
Compare
Choose a tag to compare

14.1.4 (2024-07-23)

Bug Fixes

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)