Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 757 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 757 Bytes

Sample Project

Pre Requisites

  • Make sure you follow the installation instruction here and configure all the necessary dependencies required.
    • Java 8
    • Maven
    • Node 20+ installed
    • Android Studio
    • Android Emulators created
    • Make sure PATH variables are configured.
    • Appium Doctor and run the safety check
    • Appium 2 and it's driver's installed
    • Intellij IDE, etc

Steps to execute

  1. Start Appium server manually in terminal using appium server -ka 800 -pa /wd/hub
  2. Start an Android emulator and confirm device connection using adb devices command
  3. Open another terminal and navigate to the project
  4. Run command mvn clean test