Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 489 Bytes

File metadata and controls

15 lines (11 loc) · 489 Bytes

Appium-Learning

Learning Appium by automating ToDo app

  1. Installing Appium : docs
  2. Install JDK 8
  3. Install Maven : docs
  4. Setup emulator for Android and iOS : docs

To run the test:

  1. Start Appium server.
  2. Start emulator (iOS or Android)
  3. mvn clean test -P{testPlatform}

testPlatform -> iOS or android