ProtractorPageObjects icon indicating copy to clipboard operation
ProtractorPageObjects copied to clipboard

End to end tests written in Angular Protractor, showing examples of implementing full-featured page objects.

Results 5 ProtractorPageObjects issues
Sort by recently updated
recently updated
newest added

Chapter 2 refers to http://beta.epikvote.com as a login page but it throws `beta.epikvote.com’s server DNS address could not be found.` PS: Thanks for this amazing tutorial! Really good to understand...

Hello, first of all thank you very much Droogans for your great tutorial on page objects. You've done a GREAT work ! Question 1: Is is possible to have an...

question

[It's advertised, but not implemented](https://github.com/Droogans/ProtractorPageObjects/blob/chapter-2/test/pages/Base.js#L19) Include: - lots of screenshots - Chrome's `cmd+option+i` interface, and the console that's shown by pressing `esc`. - common types of selectors (`.`, `#`, `=^[]`,...

Nobody reads books. `:/` Feedback is that the master branch looks nice, but chapters are not being read. Put highlights front and center, condense everything into how, not so much...

You are doing a great job! There is definitely a big gap on doing page objects well for Protractor. Your guide is the best I have found!