/appium-es7-example

Example of a simple appium test, run with the wd javascript client with es7

Primary LanguageJavaScriptOtherNOASSERTION

npm install

If you make changes, make sure to recompile from es7 to es5. gulp transpile

Use gulp watch to transpile and run tests constantly.

This repo uses the sample-apps module: https://github.com/appium/sample-apps Read there how to easily use other appium sample apps.

run npm run-script run to run the main test.es6.js file. (Must have mocha installed globally)