Skip to content

Releases: gemini-testing/testplane

hermione/v6.0.2

12 Jan 11:25
Compare
Choose a tag to compare

🐛 Bug fixes

  • throw InvalidPngError on invalid reference
  • throw Error if AssertView selector is not found

hermione/v6.0.1

09 Jan 10:46
Compare
Choose a tag to compare

🐛 Bug fixes

  • use strict version of webdriverio (temporary solution until we move to webdriverio@8) (#709)

hermione/v6.0.0

22 Dec 08:59
Compare
Choose a tag to compare

📑 Summary

This release aims to to drop support of node versions less than 14.0.0.

💣 Breaking changes

  • node versions less than 14.0.0 are no longer supported (#705)

🚀 Improvements

  • add "browserWSEndpoint" option to be able to change ws endpoint by which the puppeteer connects to the browser in order to be able to use CDP protocol (#704)

🐛 Bug fixes

  • fix incorrect callback type for "it" and hooks ("beforeEach" and "afterEach") (#706)

hermione/v5.6.1

15 Dec 00:45
Compare
Choose a tag to compare

🐛 Bug fixes

  • fix custom request and response transforming

hermione/v5.6.0

06 Dec 20:08
Compare
Choose a tag to compare

🚀 New feature

  • add built-in assert library expect-webdriverio, which is available in global scope as expect. API is described here.

🐛 Bug fixes

  • fill tests cache synchronously in workers (fix for #698)

🏠 Internal

  • update required Node.js version for development to v16

hermione/v5.5.2

23 Nov 09:51
Compare
Choose a tag to compare

⚙️ Infrastructure

  • Use the latest version of looks-same - 8.1.0

hermione/v5.5.1

21 Nov 19:42
Compare
Choose a tag to compare

🚀 Performance:

  • Minor image comparing speed increase

hermione/v5.5.0

21 Nov 18:45
Compare
Choose a tag to compare

🚀 Improvements:

  • assertView now implicitly calls waitForExist

⚙️ Сonfig:

  • change default value for waitTimeout option from "1000" to "3000"
  • change default value for waitInterval option from "250" to "500"

hermione/v5.4.1

17 Nov 14:27
Compare
Choose a tag to compare

🐛 Bug fixes

  • Handle viewport not intersecting with captureArea in assertView

hermione/v5.4.0

09 Nov 09:23
Compare
Choose a tag to compare

🚀 Improvements:

  • Add esm modules support
  • Load test files asynchronously
  • Read tests sequentially in worker

🐛 Bug fixes:

  • Fix build on windows