kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Run nightwatch with supported by chromedriver, fixed Chrome version #281

Closed pascalw closed 4 years ago

pascalw commented 4 years ago

Puppeteer includes a fixed version of Chrome. The version added includes Chromium 76, which is also the version of chromedriver used.

This ensures that tests don't suddenly start breaking when Chrome in CI or on your local machine is updated.