We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For running our full suite of tests (mix test), that should now be 3 commands instead of 1: chromedriver & mix test && pkill chromedriver
mix test
chromedriver & mix test && pkill chromedriver
Instructions for installing chromedriver should be added too.
The text was updated successfully, but these errors were encountered:
I extracted the instructions for installing chromedriver part of the ticket into a new ticket: #61
Sorry, something went wrong.
mattwr18
No branches or pull requests
For running our full suite of tests (
mix test
), that should now be 3 commands instead of 1:chromedriver & mix test && pkill chromedriver
Instructions for installing chromedriver should be added too.
The text was updated successfully, but these errors were encountered: