0.0.9 • Published 1 year ago

nemo-appium v0.0.9

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
1 year 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

1 year ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago