Reputation: 25
Struggling to get my head around E2E testing on my Ionic 2 app. I've read that I should use protractor but I don't know how to do this with Ionic 2.
Upvotes: 1
Views: 2282
Reputation: 2443
Protractor is straightforward to set up with Ionic 2. Briefly, you need:
I've written a walkthrough for Ionic 2 with full source code available on github
EDIT: as of Ionic 2 RC1 we've updated the project and associated walkthrough to use ng-cli.
Upvotes: 9