angular / protractor-cookbook

Examples for using Protractor in various common scenarios.
MIT License
129 stars 71 forks source link

Add Protractor Cucumber guide for javascript #25

Open cnishina opened 7 years ago

cnishina commented 7 years ago

Also, have a configuration that extends lib/config typings to include w/ cucumber types https://github.com/angular/protractor/pull/3919

igniteram commented 7 years ago

ahh I see, cucumber is completely removed from protractor i.e. no native support :warning:

cnishina commented 7 years ago

Well, cucumber is a custom framework so it never had native support. We plan to leave the documentation in Protractor repo and provide good examples here.