Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appiumtestdistribution/appium-demo


https://github.com/appiumtestdistribution/appium-demo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sample Project

## Pre Requisites
* Make sure you follow the installation instruction [here](https://github.com/saikrishna321/VodQa_MobileAutomationWorkShop) 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`