Skip to content

Latest commit

 

History

History
630 lines (282 loc) · 26.3 KB

CHANGELOG.md

File metadata and controls

630 lines (282 loc) · 26.3 KB

Changelog

14.1.3 (2024-05-07)

Bug Fixes

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

14.1.2 (2024-05-02)

Bug Fixes

14.1.1 (2024-02-08)

Bug Fixes

14.1.0 (2024-01-31)

Features

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

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)

13.0.1 (2023-11-17)

Bug Fixes

  • make skip and only also a suite (d7a5c41)

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)

12.6.1 (2023-11-13)

Bug Fixes

  • avoid nodejs console.timeEnd warning (6cf6f6e)

12.6.0 (2023-11-09)

Features

  • add support for .node files (67300ce)

12.5.0 (2023-11-09)

Features

  • add server url to the client (454abec)

12.4.3 (2023-10-19)

Bug Fixes

  • move client to src and export properly (6238117)

12.4.2 (2023-10-19)

Bug Fixes

12.4.1 (2023-10-19)

Bug Fixes

  • normalize logs and stop node run (4403489)

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)

12.3.8 (2023-10-02)

Bug Fixes

  • improve node errors and suite errors (43bc597)

12.3.7 (2023-09-29)

Bug Fixes

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

12.3.6 (2023-09-29)

Bug Fixes

  • keep watching even if build fails (b244658)

12.3.5 (2023-09-25)

Bug Fixes

  • deps: bump playwright-core from 1.38.0 to 1.38.1 (#593) (dd79c5a)

12.3.4 (2023-09-18)

Miscellaneous Chores

12.3.3 (2023-09-15)

Bug Fixes

  • fix node mode watch and top level imports (36c8ce2)

12.3.2 (2023-09-15)

Bug Fixes

12.3.1 (2023-09-13)

Bug Fixes

12.3.0 (2023-09-05)

Features

Bug Fixes

  • fix stack formating in and colors in taps (c63eebd)
  • remove assert from callback (4a8c22f)

12.2.0 (2023-09-01)

Features

  • add assert exports to taps (6369dcd)

Bug Fixes

  • fix autodetect for mocha only/skip (d0ae762), closes #572

12.1.2 (2023-08-28)

Bug Fixes

12.1.1 (2023-07-14)

Bug Fixes

  • add wasm loader to node mode (f71280d)

12.1.0 (2023-07-14)

Features

  • add support for wasm loader (f223465)
  • update playwright to 1.36.0 (a59e0a4)

12.0.0 (2023-07-14)

⚠ BREAKING CHANGES

  • process.stdout/stderr without console.log (#563)

Features

  • process.stdout/stderr without console.log (#563) (2f5baf0)

11.0.4 (2023-07-13)

Bug Fixes

  • support ts in autodetect (2d8ea1e)

11.0.3 (2023-07-07)

Bug Fixes

  • auto detect logic for requires (88638bd)
  • runner/module resolution logic (#562) (a0c5be5)

11.0.2 (2023-07-04)

Bug Fixes

11.0.1 (2023-06-30)

Bug Fixes

11.0.0 (2023-06-30)

⚠ BREAKING CHANGES

  • Add support for node, internal runner autodetect, path module ids and taps.

Features

  • Add support for node, internal runner autodetect, path module ids and taps. (1d73a36)

Bug Fixes

10.0.1 (2023-06-29)

Bug Fixes

  • more colors and experiental runner and autodetect (477ec99)

10.0.0 (2023-06-27)

⚠ BREAKING CHANGES

Features

Bug Fixes

Miscellaneous Chores

9.2.0 (2023-06-15)

Miscellaneous Chores

9.1.0 (2023-05-12)

Features

9.0.0 (2023-04-28)

⚠ BREAKING CHANGES

  • tests now run as ESM modules

Features

Bug Fixes

8.4.0 (2023-04-28)

Features

  • extensions use the new headless mode (9d33a74)
  • update deps (afc261c)

Bug Fixes

  • only install deps not browser in ci linux (db46d19)

8.3.0 (2023-04-06)

Features

8.2.0 (2023-01-27)

Features

8.1.2 (2022-12-12)

Bug Fixes

  • deps: bump v8-to-istanbul from 9.0.0 to 9.0.1 (#460) (6862c78)

8.1.1 (2022-06-16)

Bug Fixes

8.1.0 (2022-06-16)

Features

8.0.0 (2022-05-16)

⚠ BREAKING CHANGES

  • update mocha, playwright and others, fix sourcemaps (#435)

Features

  • update mocha, playwright and others, fix sourcemaps (#435) (b6852a4)

7.4.1 (2022-05-16)

Bug Fixes

  • try to remove any races between copy and server start (67be737)

7.4.0 (2022-04-06)

Features

7.3.0 (2022-03-19)

Features

  • update zora, pw and others (0bbf67e)

7.2.2 (2021-11-16)

Bug Fixes

7.2.1 (2021-11-11)

Bug Fixes

7.2.0 (2021-10-31)

Features

Bug Fixes

7.1.2 (2021-10-29)

Bug Fixes

  • make after hook always run (9e45644)

7.1.1 (2021-10-20)

Bug Fixes

7.1.0 (2021-09-09)

Features

7.0.4 (2021-09-06)

Bug Fixes

7.0.3 (2021-08-19)

Bug Fixes

  • deps: bump esbuild from 0.12.15 to 0.12.21 (#279) (5d1a824)

7.0.2 (2021-07-15)

Bug Fixes

7.0.1 (2021-07-13)

Bug Fixes

  • unregister sw in the proper spot (6650f17)

7.0.0 (2021-07-13)

⚠ BREAKING CHANGES

  • shouldn't break anything but a lot changed internally so to be same review your tests!

Features

  • new watcher and better sw (fbfd613)

Bug Fixes

  • cli version read and catch cli action errors (db3709c)
  • remove debug output from internal tools (7f08409)

6.0.0 (2021-07-07)

⚠ BREAKING CHANGES

  • service worker is registered after the tests bundle is requested

Features

5.0.0 (2021-05-17)

⚠ BREAKING CHANGES

  • move to esm (#216)

Features

4.1.0 (2021-05-13)

Features

4.0.0 (2021-05-12)

⚠ BREAKING CHANGES

  • esbuild 0.11.20 and pw 1.11.0

Features

Bug Fixes

3.0.8 (2021-05-12)

Bug Fixes

3.0.7 (2021-04-27)

Bug Fixes

3.0.6 (2021-04-27)

Bug Fixes

3.0.5 (2021-04-26)

Bug Fixes

3.0.4 (2021-04-08)

Bug Fixes

  • print out the name of the browser during setup (#178) (5393493)
  • wait for runner to me in the global scope inside workers (7de86a4)

3.0.3 (2021-04-08)

Bug Fixes

  • deps: bump esbuild from 0.11.5 to 0.11.6 (#176) (46bf3f2)

3.0.2 (2021-04-07)

Bug Fixes

  • dont wait for worker because we will wait for the event after (d62c005)

3.0.1 (2021-04-07)

Bug Fixes

  • do not delete tmp browser dir to avoid race (b56b11c)

3.0.0 (2021-04-06)

⚠ BREAKING CHANGES

  • too many changes and esbuild updated

Bug Fixes

  • fix extensions, cov,formating, types, errors and workers (#168) (9593c3d)
  • move fresh-tape to deps and fix cov (#173) (30cd1dc)