-
Install NPM Dependencies
npm install
-
Add your apiKey to
./.credentials.jsonCreate a file called ".credentials.json" in the project's root and add your bitbar apiKey to it as described below:
{ "apiKey": "YOUR_BITBAR_CLOUD_APIKEY" } -
Modify the
nightwatch.jsonfile according to your project
-
To run the test on iOS
npm run test:ios
-
To run the test on Android
npm run test:android