Announcing protractor-Ionic-locator

Hi all,

Following on from this post about end2end testing Ionic’s collection-repeat with Protractor we have released a package that adds extra locator(s) specifically for Ionic.

Essentially means you can use a locator like this to select collection-repeat items.

var rows = element.all(by.collRepeater('project in projects'));

It also works for ng-repeat.

The package is open so PRs etc are very welcome… as is any feedback.