Skip to content

Conversation

@straker
Copy link
Contributor

@straker straker commented Jun 15, 2023

This started out trying to resolve the chromedriver ci dependency issue and then I realized that we didn't even need to use chromedriver in the way the tests were setting it up. Looks like the code was copy / pasted from webdriverio which started a chromedriver instance to run. So I swapped out for actually using selenium webdriver and passed it the chromedriver path.

I also realized we didn't use half the dependencies so got rid of them (expresss lol). Lastly moved creating the server to an before/after as there's no point in recreating it every test.

@straker straker requested a review from a team as a code owner June 15, 2023 20:59
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.

3 participants