0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
https://github.com/MrJoy/cucumber-nc
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Cucumber Notification Center

cucumber-nc is a Cucumber formatter for Mountain Lion's Notification Center.

Installation

Installing cucumber-nc is easy. Just put it in your Gemfile (gem 'cucumber-nc') and run your features like this from now on:

$ cucumber --format pretty --format CucumberNc --out /dev/null

You will want to specify another formatter as cucumber-nc does not provide any other output.

If you want to use cucumber-nc as your default formatter, simply put this option in your cucumber.yml file:

--format CucumberNc --out /dev/null

Contributing

Found an issue? Have a great idea? Want to help? Great! Create an issue issue for it, or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)