README
Cordova-appium-tests
To start working with this tool, you will need to follow these steps:
- run 'npm install' under the tool directory.
- change config.json (add plugins, targets, credentials, other stuff).
- if some of a targets action is 'run', you must run appium before start(run 'npm install -g appium', and run 'appium' command in a separate window).
- run 'npm test' under the tool directory to start cordova-appium-tests.
You can clean cordova application directory by using 'npm run clean' command.