- NODE version >=8.9.1
npm install
- To run server before running test you need to open the terminal in the root project folder and type command:
npx appium
- Launch the virtual Android device using AVD manager from the Android Studio
- To run tests you need to open another terminal in the root project folder and type command:
npm run test