Package Exports
- appium-uiautomator2-server-test-1
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (appium-uiautomator2-server-test-1) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
appium-uiautmator2-server
A netty server that runs on the device listening for commands.
Starting server
build the android project using the commands
gradle clean assembleDebug
gradle clean assembleDebugAndroidTest
push both src and test apks to the device and execute the instrumentation tests.
adb shell am instrument -w io.appium.uiautomator2.test/android.support.test.runner.AndroidJUnitRunner