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 tests against headless chrome by default #200

Closed ruisalgado closed 6 years ago

ruisalgado commented 6 years ago

I've made nightwatch run against headless chrome by default, while at the same time making it easy to select other nightwatch envs / profiles to run the tests with by forwarding command line options to the nightwatch binary. This is also handy for other stuff like filtering on the e2e tests you want to run. Let me know what you think of this approach.

pascalw commented 6 years ago

Alright I rebased this PR and added a Nightwatch environment to run non headless. By default we always run headless now, both in CI as well as dev.