Page Objects in Cucumber with Gizmo
We recently launched Gizmo, our implementation of the page object pattern for cucumber testing. It essentially DRYs up your cucumber steps by allowing you to abstract all your page element selectors used for actions and assertions into modules. It’s still very new but quite usable. Check it out: Rubygems where you can find out about installing it. Github where you see setup details and examples of usage. Feedback is welcome here.
Post a comment