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

https://github.com/pesnik/appium-playground

getting hands dirty on mobile application automation testing.
https://github.com/pesnik/appium-playground

appium automation-testing selenium

Last synced: about 2 months ago
JSON representation

getting hands dirty on mobile application automation testing.

Awesome Lists containing this project

README

          

# Operating System
## ANDROID

#### Appium Server Gui
##### Configurations
- ANDROID_HOME **/home/mdrakibulhasan/Android/Sdk**
- JAVA_HOME **/usr/bin/java**
##### Advance
- Server Address **localhost**
- Port **4723**
- Allow CORS

## MAC
### Tools
- Appium Server Gui
- Appium Inspector
- Android Studio

### Setup
#### Appium Server Gui
##### Configurations
- ANDROID_HOME **/Users/r_hasan/Library/Android/sdk/**
- JAVA_HOME **/usr/bin/java**
##### Advance
- Server Address **localhost**
- Port **4723**
- Allow CORS
#### Appium Inspector
##### Appium Server
- Remote Host **localhost**
- Remote Port **4723**
- Remote Path **/wd/hub**
##### Desired Capabilities
###### JSON Representation
````json
`{
"appium:app": "/run/media/mdrakibulhasan/IF/trucklagbe_qa/appium-playground/src/main/resources/TL_OPS_19jan2023.apk",
"appium:deviceName": "TestBethi",
"platformName": "android",
"appium:automationName": "UIAutomator2"
}`