appium-cordova-tests

Appium driven tests for Apache Cordova

Usage no npm install needed!

<script type="module">
  import appiumCordovaTests from 'https://cdn.skypack.dev/appium-cordova-tests';
</script>

README

Cordova-appium-tests

To start working with this tool, you will need to follow these steps:

  1. run 'npm install' under the tool directory.
  2. change config.json (add plugins, targets, credentials, other stuff).
  3. 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).
  4. run 'npm test' under the tool directory to start cordova-appium-tests.

You can clean cordova application directory by using 'npm run clean' command.