Skip to content

Releases: gemini-testing/testplane

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)

v8.19.3

12 Aug 13:49
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix error formatting when no tests were found (#987)
  • fix ts-node crashing testplane (#979)

v8.19.2

12 Aug 13:46
Compare
Choose a tag to compare

🐛 Bug fixes

  • disable already started transitions when disabling animations (#985)

v8.19.1

12 Aug 13:43
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix failed tests rerun (#980)

v8.19.0

12 Aug 13:41
Compare
Choose a tag to compare

🚀 Improvements

  • add config option to rerun failed tests (#973)

🐛 Bug Fixes

  • correctly require plugins with yarn+pnp (#978)

v8.18.0

22 Jul 15:56
Compare
Choose a tag to compare

🚀 Improvements

  • feat: add "pid" to log info with test result (#976)

How it looks like:

[13:39:22 +0300] ✓ test example [chrome:d049e4a3-903d-489b-8571-2ea8fd7da04b, pid:27200] - 963ms

v8.17.2

22 Jul 15:37
Compare
Choose a tag to compare

🐛 Bug fixes

  • support error snippets nested browser commands (#972)