Skip to content

Automated testing for Android ApiDemos application with Appium 2.11.2 and java-client 9.3.0

Notifications You must be signed in to change notification settings

jmr85/MobileTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MobileTest

Run test

mvn test

Steps to run appium-inspector

start emulator

cd %ANDROID_HOME%\emulator && emulator -avd Pixel_Tablet_API_35

start appium

appium server

open appium-inspector app, configure capabilities and start session

capability builder

{ 
	"platformName": "Android", 
	"appium:options": { 
		"automationName": "UiAutomator2", 
		"platformVersion": "15.0",
		"app": "C:\\Users\\{user_name}\\eclipse-workspace\\MobileTest\\src\\ApiDemos-debug.apk", 
        "deviceName": "Pixel_Tablet_API_35", 
		"noReset": true 
	} 
}

About

Automated testing for Android ApiDemos application with Appium 2.11.2 and java-client 9.3.0

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published