JSPM

appium-espresso-driver

1.0.0-beta.17
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32816
  • Score
    100M100P100Q168226F
  • License Apache-2.0

Espresso integration for Appium

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

Codacy Badge Greenkeeper badge

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:server

or

cd espresso-server
./gradlew clean assembleDebug assembleAndroidTest

Layout

  • 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.