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

ci: fix chrome integration tests and split browser tests #3735

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

straker
Copy link
Contributor

@straker straker commented Oct 20, 2022

Noticed that our Chrome integration tests were silently failing due to setDefaultService not being a function anymore in selenium-webdriver 4.3.1+. Fixed the issue by using the new way to create drivers and also split the firefox and chrome tests while I was at it.

Since we're not running safari or mobile-chrome, I also removed the code logic for those since they won't work with the new way of creating drivers. Will have to add those back in when we re-enable those browsers in separate pr.

Closes issue: #3653

@straker straker requested a review from a team as a code owner October 20, 2022 21:12
console.log();
console.log(err.message);
console.log('Aborted testing using ' + options.browser);
return process.exit();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Catching the error caused the silent failure so removed it

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.

2 participants