Skip to content

Releases: gemini-testing/testplane

v8.20.4

24 Sep 14:08
Compare
Choose a tag to compare

🐛 Bug Fixes

  • correctly stop REPL servers inside workers on call "halt" method (#1019)
  • do not fail when trying to take screenshot of the viewport (#1010)

v8.20.3

24 Sep 14:05
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fixed the work with component tests, there was an error related to the jszip module (which is not available in the browser) (#1016)

v8.20.2

13 Sep 21:00
Compare
Choose a tag to compare

🐛 Bug Fixes

  • make error from swc/core shorter (#1014)

v8.20.1

13 Sep 20:59
Compare
Choose a tag to compare

💬 Common

  • update plugins-loader from 1.3.3 to 1.3.4 in which support all versions of yarn (#1012)

v8.20.0

09 Sep 22:10
Compare
Choose a tag to compare

🚀 Improvements

  • implement cli command list-tests to read tests (#986)

Moreover add new option: runnableOpts: {saveLocations: boolean} in readTests method.

v8.19.9

05 Sep 16:49
Compare
Choose a tag to compare

🐛 Bug Fixes

  • remove extra internal stack frames from stacktrace (#1008)

v8.19.7

05 Sep 16:48
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix getPuppeteer rare freeze (#1005)

v8.19.6

14 Aug 12:53
Compare
Choose a tag to compare

🐛 Bug Fixes

  • use propper unhandled rejection error serialisation (#999 )

v8.19.5

12 Aug 16:13
Compare
Choose a tag to compare

🐛 Bug Fixes

  • revert round viewport coordinates from #928 (#997)

The problem is that after this change, an error occurs under certain conditions: Image to composite must have same dimensions or smaller. I solved this error in this PR - #992, but I can't merge it, because it leads to differences in screenshots (when viewport has fractional dimensions). It will be fixed correctly in next major version.

v8.19.4

12 Aug 13:51
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix ConfigInput type (#991)
  • fix swc warning (#993)