Skip to content

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

Merged
straker merged 1 commit intodevelopfrom
split-unit-tests
Oct 21, 2022
Merged

ci: fix chrome integration tests and split browser tests#3735
straker merged 1 commit intodevelopfrom
split-unit-tests

Conversation

@straker
Copy link
Copy Markdown
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
Copy Markdown
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