Sha256: d5c619e7183ad652b3bc28dea55a454d236af43197d48f7803ea265cbed7fd66
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
# Cuukie Cuukie shows your Cucumber results on a web page. [![Build Status](https://secure.travis-ci.org/nusco/cuukie.png)](http://travis-ci.org/nusco/cuukie.png) ## Using it Install Cuukie: gem install cuukie (Or better still, you can use Bundler). Require Cuukie from any file in your _features/support_ directory: require 'cuukie' Start the Cuukie server from a terminal window and leave it running: cuukie_server Leave the server running. When you run Cucumber, ask it to use the _cuukie_ formatter: cucumber --format cuukie To look at the results, open this page in a browser: http://localhost:4569 ## Custom port/server You can pick a port when you start the cuukie_server... cuukie_server 4570 ...and you can tell the cuukie formatter where to look for the server: cucumber --format cuukie CUUKIE_SERVER=http://my.server:4570 ## Cuukie Vision Right now, Cuukie is not any more useful than Cucumber's own HTML formatter. My plan is to make it more dynamic. You'll be able to see your steps as they run, just like you do with the default command-line formatter - but on a web page. Cuukie wants to be a good choice both when you want to run Cucumber tests locally, and when you want to show Cucumber tests on your build machine. ## License MIT License. Copyright (c) 2011 Paolo "Nusco" Perrotta.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuukie-0.1.3 | README.markdown |