Cucumber Pro Client Gem

This gem provides a formatter for Cucumber that publishes results to the Cucumber Pro web service.

 Usage

Add the following line to your gemfile:

gem 'cucumber-pro'

Now run Cucumber using the Cucumber::Pro formatter:

CUCUMBER_PRO_TOKEN=<your auth token> cucumber -f Cucumber::Pro -f pretty