Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 429 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 429 Bytes

Requirements

  1. Node.js
  2. Java 8
  3. Android SDK

Install dependencies

  1. npm i

Check appium requirements

npm run doctor

Prepare devices

You'll need 2 emulators with ids emulator-5444 and emaulator-5446, with android version 9

How to run

  1. npm run start - start grid
  2. ./gradlew clean test - run tests
  3. ./gradlew allureReport - generate reports
  4. ./gradlew allureServe - serve reports