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: cleanup webdriverjs tests and deps #753

Merged
merged 1 commit into from
Jun 15, 2023
Merged

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.

2 participants