Testing e2e

Has anyone been able to test an ionic using protractor on the iOS simulator? I am able to get the app to run on localhost inside the emulator running Appium, but haven’t been able to actually test the build version of the app itself.

E2E testing for ionic is going to follow the same basic principles as testing for regular angular app. For that you should check out Protractor, and specifically this page about writing tests for apps.

Thanks, I am familiar with the protractor project. I was asking if anyone had success running their e2e tests on a device using appium and protractor or some combination.

Ok so specifically with Appium. Not to sure, but it appears that on protractors github page, there was an issue about this.

May be worth looking at