hermione/v7.3.0
KuznetsovRoman
released this
19 Oct 13:04
·
370 commits
to master
since this release
🚀 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});
});