protractor-cucumber icon indicating copy to clipboard operation
protractor-cucumber copied to clipboard

protractor-cucumber

Results 22 protractor-cucumber issues
Sort by recently updated
recently updated
newest added

Is there a way to bypass looking for Angular on a specific page? For example, I have a login page that does not use angular, however login is required to...

I want use the common login in my testing project, according to the reference https://github.com/angular/protractor/blob/master/spec/withLoginConf.js, it suggests using onPrepare to implement. Could you clarify where to define the onPrepare so...