Mobile testing of the app using Appium and Virtual Android Device

Prerequisites

  1. NODE version >=8.9.1

Install

npm install

Run tests

  1. To run server before running test you need to open the terminal in the root project folder and type command: npx appium
  2. Launch the virtual Android device using AVD manager from the Android Studio
  3. To run tests you need to open another terminal in the root project folder and type command: npm run test