Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appiumtestdistribution/appium-demo
https://github.com/appiumtestdistribution/appium-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appiumtestdistribution/appium-demo
- Owner: AppiumTestDistribution
- Created: 2022-06-01T10:35:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:20:01.000Z (4 months ago)
- Last Synced: 2024-09-14T16:44:34.717Z (4 months ago)
- Language: Java
- Size: 29.2 MB
- Stars: 4
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`