gulp-protractor-qa icon indicating copy to clipboard operation
gulp-protractor-qa copied to clipboard

Warns whether Protractor locators have their matches within a given set of AngularJS view files

Results 6 gulp-protractor-qa issues
Sort by recently updated
recently updated
newest added

@ramonvictor At fist thanks a ton for this awesome plugin which helps for qa guys. I tried you plugin and it works well when there is are changes happened in...

it's just start and finish the "default & protractor-qa" tasks, with no watching for the elements and for a case, it gives me this :: " ..\node_modules\gulp-protractor-qa\lib\find-view-matches.js:75 return value.indexOf(prefix) ===...

Hello Protractor-qa does not recognize this type of selectors I have in my pageObjects ! With dynamic attributes or variables. ``` javascript var myFunc = function (name) { return element(by.css('h1[attr-name="'...

possibly use openSauce from saucelabs to run testing.

enhancement

We need to find a way to compile angular views in order to correctly check selectors like `:nth-child()`, `:last-child` and similar.

bug

According to the official documentation, Angular allows the following: ``` html ``` Currently, only `ng-` and `data-ng-` are supported. (https://github.com/ramonvictor/gulp-protractor-qa/blob/master/lib/find-view-matches.js#L55) Reference: https://docs.angularjs.org/guide/directive#normalization

enhancement