Read more

Always show the page if there is an error in Cucumber

Henning Koch
January 28, 2011Software engineer at makandra GmbH

Are you adding a "Then show me the page" and re-run Cucumber whenever there is a failing scenario? Don't be that guy!

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Save time with the shiny new version of our cucumber_spinner Show archive.org snapshot gem. It comes with a Cucumber formatter that not only displays an awesome progress bar, and shows failing scenarios immediately, it will also open the current page in your browser whenever a scenario step fails.

After you installed the gem, use the formatter like this:

cucumber --format CucumberSpinner::CuriousProgressBarFormatter
Posted by Henning Koch to makandra dev (2011-01-28 19:34)