Read more

Better output for Cucumber

Henning Koch
August 25, 2010Software engineer at makandra GmbH

We built cucumber_spinner Show archive.org snapshot to have a progress bar for Cucumber features, which also outputs failing scenarios as soon as they fail.

Installation

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

gem install cucumber_spinner

Usage

cucumber --format CucumberSpinner::ProgressBarFormatter

If you use CucumberSpinner::CuriousProgressBarFormatter and a feature fails, the according page will show up in your browser.


Note that if you run your Cucumber tests using the cuc script from our geordi Show archive.org snapshot gem, it will automatically detect cucumber_spinner and use the command line options above if cucumber_spinner is present.

Posted by Henning Koch to makandra dev (2010-08-25 15:53)