Sha256: 0459253d8f336f7b5c2270960739a1af45d9c4fb08c6ab61df1aa3dc44f49756
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 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' Add this line to any Ruby file in your _features/support_ directory: require 'cuukie' Start the Cuukie server from a terminal window: 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. I ripped a few lines of code off Cucumber's HTML formatter.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuukie-0.1.4 | README.markdown |