Skip to content

JimJafar/protractor-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

protractor-helper

A PageObject class that provides convenience methods for your e2e Protractor tests

On my current project we use PageObjects to keep our Protractor tests clean and DRY, but I found that there was a lot of duplication and tedious boilerplate code between our different PageObjects.

Also, people had to keep finding solutions to Protractor / Selenium peculiarities that had already been encountered by another developer.

So, I wrote a helper file that enormously reduces the amount of code we have to (re)write and that provides a central place for us to put reusable workarounds.

You can see in more detail why I created this helper and how it can be used in these blog posts:

About

A helper that generates convenience methods for your e2e Protractor tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published