Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 357 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 357 Bytes

A very simple appium / android / node test. All you need is here.

getting started

You must have

  1. docker
  2. docker-compose
  3. node

APK

Your apk should be in sdks folder. in docker-compose.yml change sdk name

launch appium and android emulator

Launch docker-compose up

that's all.

launch test:

npm i && npm start