Project

nuker

0.0
No commit activity in last 3 years
No release in over 3 years
Cucumber feature viewer and navigator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Nuker

Nuker is a web-based Cucumber viewer and navigator.

About

The first cut of a feature is collabatively written; but it then seems to become the property of developers, who commit it to a version control system.

The product owner or business analyst usually does not want to use an IDE or VCS client to view requiements. They also want to search or group features and scenarios.

What's wrong with Relish?

Many of the ideas have been borrowed from Matt Wynne's Relish product, but we;

Didn't want

  • To sign-in

Wanted to

  • Use it through mobile devices
  • Easily group features and scenarios by tags
  • Count features and tags
  • Include a project progress bar (based on tags)

Installation

  • Install mongodb and ensure it is running (e.g. '~ $ ./mongodb-xxxxx-xxxx-x.x.x/bin/mongod')
  • gem install nuker
  • you might also want mongo_mapper (gem install mongo_mapper)

Usage

  • create a '.nuker' file and enter any authentication text you like (echo myPassword > .nuker)
  • run nuker server, in the same dir that you put the .nuker file (nuker server)
  • check http://localhost:4567/
  • import your features (from local dir) nuker push http://localhost:4567/projects/<project-name> <feature-dir>

Deleting projects

nuker destroy http://localhost:4567/projects/<project-name>

<<<<<<< HEAD

=======

0256c36a78acb9564d216d046f852abd659bc068

Heroku

Add this to a config.ru:

require "nuker"
run Sinatra::Application

Add this to a Gemfile:

source :rubygems
gem "nuker"

Run bundle in that directory, commit this all to a git repo and push to Heroku!