0.0
No commit activity in last 3 years
No release in over 3 years
This clean and easy to use Cucumber formatter displays scenarios as they are run, displaying failures as they occur.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

Ingredients

Designed for beauty and simplicity, a Cucumber custom formatter. This clean and easy to use Cucumber formatter displays scenarios as they are run, displaying failures as they occur.

I was dissatisfied with existing Cucumber formatters and spent a few hours figuring out the API and dismantling the Pretty formatter in order to create this. Cukeplusplus is inspired by the easy to read colorized output of Emerge, Gentoo’s package manager. Written during a marathon 32-hour coding session, my goal was to reduce the amount of time between running a failing test and being able to work on the bug.

Recipes

Use this to quickly spot errors, you'll get the actual error displayed as well as the steps that lead up to it, without the visual noise and scrolling of showing every single step as it executes.

Reagents

No dependencies other than Cucumber itself!

gem install cukeplusplus
cucumber --format 'Cukeplusplus::Base'

hint: you can make Cukeplusplus the default formatter by adding it to your cucumber.yml file!

In the Kitchen with Cukeplusplus

Insert screencast here!