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

⬆️ [RUMF-1434] fix running e2e tests on M1 macs #1842

Merged
merged 3 commits into from
Nov 29, 2022

Conversation

BenoitZugmeyer
Copy link
Member

@BenoitZugmeyer BenoitZugmeyer commented Nov 28, 2022

Motivation

Upgrading selenium-standalone fixes webdriver failing to install chromedriver on M1 mac. See webdriverio/selenium-standalone#709

Also, upgrade a couple of other vulnerable dependencies while I was at it.

Changes

Testing

You can test this by running the following steps (the yarn command may still fail, see #1843 ):

rm -r node_modules
yarn
yarn test:e2e
  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@BenoitZugmeyer BenoitZugmeyer requested a review from a team as a code owner November 28, 2022 16:41
Copy link
Contributor

@liywjl liywjl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎊

Copy link
Contributor

@bcaudan bcaudan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BenoitZugmeyer BenoitZugmeyer merged commit 76dfb7e into main Nov 29, 2022
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/update-webdriverio branch November 29, 2022 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants