Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

spacepope/ionic-appium-e2e-demo

Repository files navigation

E2E testing an Ionic App with Protractor and Appium

This is a small Ionic test project (tabs template) with e2e testing enabled. Helpful guides/articles:

usage

(tested on Android)

  1. install ionic and cordova globally if not already done
  2. clone repo & npm i
  3. if needed install appium-doctor to verify appium installation
  4. try ionic serve to verify our app is running fine (and exit afterwards)
  5. run app on emulator or attached device
  6. be sure to download matching chromedriver. I did this by installing the correct version of chromedriver npm package with npm i chromedriver@<version> --save-dev
  7. start appium with appium --chromedriver-executable <path to executable> (or start without argument to take latest chromedriver bundled with appium)
  8. in another console window start e2e test with .\node_modules\.bin\protractor .\protractor.android.conf.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published