Sha256: d46905e8599e990880d59b2c43241a31ac6a35842884b13251f4cb0e327424b9
Contents?: true
Size: 1.39 KB
Versions: 7
Compression:
Stored size: 1.39 KB
Contents
# Wally Wally 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](http://www.mongodb.org/display/DOCS/Quickstart "mongodb") and ensure it is running (e.g. '~ $ ./mongodb-xxxxx-xxxx-x.x.x/bin/mongod') * gem install wally * you might also want mongo_mapper (gem install mongo_mapper) ### Usage * create a '.wally' file and enter any authentication text you like (echo myPassword > .wally) * run wally server (in the same dir that you put the .wally file) * check http://localhost:4567/ * import your features (from local dir) wally push http://localhost:4567/projects/project-name feature-dir ## Wally? If you walk in to a British fish shop and ask for a wally you'll receive a [pickled gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin).
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
wally-0.0.41 | README.md |
wally-0.0.40 | README.md |
wally-0.0.39 | README.md |
wally-0.0.38 | README.md |
wally-0.0.37 | README.md |
wally-0.0.36 | README.md |
wally-0.0.35 | README.md |