Releases: gemini-testing/testplane
Releases · gemini-testing/testplane
hermione/v6.0.2
🐛 Bug fixes
- throw
InvalidPngError
on invalid reference - throw
Error
ifAssertView
selector is not found
hermione/v6.0.1
🐛 Bug fixes
- use strict version of webdriverio (temporary solution until we move to webdriverio@8) (#709)
hermione/v6.0.0
📑 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
🐛 Bug fixes
- fix custom request and response transforming
hermione/v5.6.0
🚀 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
⚙️ Infrastructure
- Use the latest version of
looks-same
- 8.1.0
hermione/v5.5.1
🚀 Performance:
- Minor image comparing speed increase
hermione/v5.5.0
🚀 Improvements:
assertView
now implicitly callswaitForExist
⚙️ С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
🐛 Bug fixes
- Handle viewport not intersecting with captureArea in
assertView
hermione/v5.4.0
🚀 Improvements:
- Add esm modules support
- Load test files asynchronously
- Read tests sequentially in worker
🐛 Bug fixes:
- Fix build on windows