Skip to content

Releases: gemini-testing/testplane

v8.41.2

05 Mar 13:45

Choose a tag to compare

🚀 Improvements

  • Added Fetch and Network domain events to the unstable_getCdp() API

v8.41.0

02 Mar 08:01

Choose a tag to compare

🚀 Improvements

  • selectivity: implement read-only and write-only modes (#1213)

🚀 Performance improvements

  • selectivity: speed up pre-test checks (#1211)

🐛 Bug fixes

  • selectivity: ignore disabled tests (#1210)

v8.40.10

17 Feb 13:45

Choose a tag to compare

🐛 Bug fixes (Selectivity)

  • fix "fs-cache is broken" when using chrome v128 (#1208)
  • reduce master-thread RAM usage (#1209)

v8.40.9

13 Feb 15:25

Choose a tag to compare

🐛 Bug fixes

  • overrides expect matchers in order to return correct types (R to Promise<R>) (#1206)

v8.40.8

13 Feb 05:13

Choose a tag to compare

🚀 Improvements

  • implement fs-caching for selectivity assets in order to decrease RAM/NET usage (#1204)

🐛 Bug fixes

  • handle init selectivity error (#1201)
  • selectivity memory-leak when calculating testplane-deps (#1203)

v8.40.7

09 Feb 11:35

Choose a tag to compare

🐛 Bug fixes

Fix error message with cause.

v8.40.6

02 Feb 13:27

Choose a tag to compare

🐛 Bug fixes

Fix timeline error

v8.40.4

22 Jan 10:34

Choose a tag to compare

🐛 Bug fixes

Fixed multiple testplane selectivity issues:

  • 0 tests are launched even when debug log says they should be (#1193)
  • "error: unreachable" when getting original function location (#1192)
  • "error: enoent" errors when no source maps are enabled (#1192)

v8.40.3

22 Jan 10:31

Choose a tag to compare

🐛 Bug fixes

  • enhance debugging experience of unhandled rejections (#1188)
  • fix incorrect err snippet position when using node > 22 (#1192)

v8.40.2

21 Jan 14:42

Choose a tag to compare

🐛 Bug fixes

  • "mocks not iterable" error when using "browser.mock" (#1190)