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.
- Host: GitHub
- URL: https://github.com/pesnik/appium-playground
- Owner: pesnik
- Created: 2023-01-20T18:14:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T10:43:33.000Z (over 3 years ago)
- Last Synced: 2025-01-20T12:33:55.968Z (over 1 year ago)
- Topics: appium, automation-testing, selenium
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}`