Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency hermione to v8 #844

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hermione ^7.1.4 -> ^8.0.0 age adoption passing confidence

Release Notes

gemini-testing/hermione (hermione)

v8.0.0

Compare Source

Features
  • add "clearSession" browser command (7114cd5)
  • add ability to use devtools procotol through cli option (852f375)
  • add basic unhandled rejection stack trace (5b1db43)
  • generate "X-Request-ID" header for each browser request (d40cd6a)
  • implement REPL interface to debug tests (8c17648)
Bug Fixes
  • ability to disable tests isolation (51b87fd)
  • correctly disable animations in inframes for ios (5db5fa8)
  • correctly generate test x request id for each test in one browser (443056b)
  • correctly switch between iframes on disable animation (eabea08)
  • fix client code to work on IE11 (#​811) (35159c8)
  • ignore puppeteer ProtocolError in workers (d46f8f6)

v7.5.1

Compare Source

v7.5.0

Compare Source

🚀 Improvements

🐛 Bug fixes

  • correctly switch between iframes on disable animation (#​822)

v7.4.1

Compare Source

🐛 Bug fixes

  • correctly disable animations in inframes for ios (#​818)

v7.4.0

Compare Source

🚀 Improvements

  • add basic unhandled rejection stack trace

v7.3.1

Compare Source

v7.3.0

Compare Source

🚀 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});
});

v7.2.0

Compare Source

🚀 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)

v7.1.6

Compare Source

🐛 Bug fixes

  • fix image comparation out of bounds

v7.1.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type:dependencies Pull requests that update a dependency file label Jan 18, 2024
Copy link
Contributor Author

renovate bot commented Jan 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@epszaw epszaw closed this Feb 6, 2024
Copy link
Contributor Author

renovate bot commented Feb 6, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/hermione-8.x branch February 6, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:hermione type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant