Releases: gemini-testing/testplane
Releases · gemini-testing/testplane
hermione/v9.0.0-rc.1
💬 Common
- update looks-same to 10.0.0-rc.0 with updated sharp (#861)
hermione/v9.0.0-rc.0
hermione/v8.2.1
🐛 Bug fixes
- added missing typings for differentPixels and diffRatio fields (#852)
hermione/v8.2.0
🚀 Improvements
it('example', async ({browser}) => {
// ignores up to 5 diff pixels
await browser.assertView('some-state', 'some-selector', {ignoreDiffPixelCount: 5});
// ignores up to 1.5% diff pixels
await browser.assertView('other-state', 'other-selector', {ignoreDiffPixelCount: "1.5%"});
});
hermione/v8.1.0
hermione/v8.0.6
🐛 Bug fixes
- do not lose "testXReqId" field when using "parallelLimit". Previously, during the first few requests to the browser, the field
X-Request-ID
was empty. (#836)
hermione/v7.5.4
hermione/v8.0.5
🐛 Bug fixes
- fix packages versions in
package.json
- round xOffset and yOffset when resetting cursor before test
hermione/v8.0.4
🐛 Bug fixes
- fix typings
hermione/v8.0.3
🐛 Bug fixes
- correctly disable test execution timeout in repl mode (#830)