RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in