Skip to content

Releases: gemini-testing/testplane

hermione/v7.4.0

19 Dec 11:56
Compare
Choose a tag to compare

🚀 Improvements

  • add basic unhandled rejection stack trace

hermione/v7.3.0

19 Oct 13:04
Compare
Choose a tag to compare

🚀 Improvements

  • add ability to disable animations and transitions while capturing screenshot for assertView.

Example:

it('test', async ({browser}) => {
  await browser.url('https://github.com/gemini-testing/hermione/');
  await browser.assertView('plain', 'body', {disableAnimation: true});
});

hermione/v7.2.0

18 Oct 08:31
Compare
Choose a tag to compare

🚀 Improvements

  • add ability to run tests in isolated environment (incognito browser context) which currently works only in chrome@93 and higher. Allows not to think about clearing the state after each test execution. And much more faster than using testsPerSession: 1. To enable it you must specify the option isolation: true for chrome@93 and higher. By default test isolation is disabled (#799)

hermione/v7.1.6

27 Sep 08:25
Compare
Choose a tag to compare

🐛 Bug fixes

  • fix image comparation out of bounds

hermione/v7.1.3

16 Aug 12:20
Compare
Choose a tag to compare

🐛 Bug fixes

hermione/v7.1.2

16 Aug 12:19
Compare
Choose a tag to compare

🐛 Bug fixes

  • ignore protocol errors (#780)

hermione/v7.1.1

16 Aug 12:15
Compare
Choose a tag to compare

🐛 Bug fixes

  • do not reinit cached browser session in worker (#764)

hermione/v7.1.0

14 Jun 09:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.9...v7.1.0

hermione/v7.0.7

02 May 21:32
Compare
Choose a tag to compare

🐛 Bug fixes

  • correctly calculate "height" of capture elements in mobile devices (#764)

hermione/v7.0.6

02 May 21:30
Compare
Choose a tag to compare

🐛 Bug fixes

  • handle more correctly cases with unhandled rejections due to circular references (#763)