Package Exports
- appium-espresso-driver
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-espresso-driver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
appium-espresso-driver
Espresso integration for Appium
Note: this is an experimental work in progress and is not ready for use.
Developers
Building Espresso Server
npm run build:serveror
cd espresso-server
./gradlew clean assembleDebug assembleAndroidTestLayout
espresso-server: Java code that gets built into a test apk, which contains the WebDriver-based server to be run in the Espresso context.lib: Node.js code that constitutes the Appium driver, which is responsible for handling capabilities and starting up the Espresso instrumentation context. Once the Espresso server is up, this code is responsible for proxying user requests to it.