mantoni / mochify.js

☕️ TDD with Browserify, Mocha, Headless Chrome and WebDriver
MIT License
346 stars 57 forks source link

Run integration tests for driver-webdriver against selenium server #274

Closed m90 closed 2 years ago

m90 commented 2 years ago

Closes #246

I rarely run Selenium locally, so I am not sure what the most common setups are here. I tested this using the same Docker image as in the CI setup and it worked fine.

Is it ok to skip the tests if not in CI and there is no server running?