Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 562 Bytes

File metadata and controls

35 lines (23 loc) · 562 Bytes

Appium Client Side + Nightwatch

Setup

  • Install NPM Dependencies

    npm install
  • Add your apiKey to ./.credentials.json

    Create 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.json file according to your project

Run

  • To run the test on iOS

    npm run test:ios
  • To run the test on Android

    npm run test:android