0.0.9 • Published 3 years ago

nemo-appium v0.0.9

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
3 years ago

nemo-appium

Usage

Add to your nemo plugins. Be sure to send the path to your appium executable. Be sure to register it as a "pre-driver" plugin (see: https://github.com/paypal/nemo#plugins):

"appium": {
      "module": "nemo-appium",
      "priority": 99,
      "arguments": ["/Users/medelman/.nvm/current/bin/appium"]
    }

If you don't have appium running, the plugin will start the appium server.

Interface

The plugin adds nemo.appium.process and nemo.appium.kill.

nemo.appium.process is a reference to the ChildProcess object started for appium.

nemo.appium.kill is a function which wraps ChildProcess#kill for the appium process.

Log/debug

In order to see log/debug messages, set DEBUG=nemo-appium* into your shell environment.

Related plugins

Consider using this along with nemo-wd-bridge: https://github.com/paypal/nemo-wd-bridge

0.0.9

3 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago