Skip to content

Nemo plugin to start an appium server during nemo startup, kill upon driver.quit

Notifications You must be signed in to change notification settings

paypal/nemo-appium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nemo plugin to start an appium server during nemo startup, kill upon driver.quit

Resources

Stars

Watchers

Forks

Packages

No packages published