Skip to content

Commit

Permalink
Updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Dec 5, 2012
1 parent 0a368c0 commit b00a52d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
@@ -1,8 +1,10 @@
# Gitnesse # Gitnesse


Gitnesse is a Cucumber-wiki integration tool. Gitnesse is an acceptance testing tool.
It enables a project to store cucumber features in a git-based wiki, and then test them against your code.
Conceptually influenced by Fitnesse http://fitnesse.org/ It enables a project to store Cucumber feature stories in a git-based wiki, test them against your code, and then update the wiki with the latest test results.

Conceptually influenced by Fitnesse http://fitnesse.org/ thank you Uncle Bob!


## Installation ## Installation


Expand Down Expand Up @@ -51,13 +53,15 @@ There is an example application using Sinatra located here: [https://github.com/


## Other Usage ## Other Usage


Want to use plain old Gitnesse? There is an executable that requires the path to the configuration file: Want to use plain old Gitnesse? There is an executable, if you're allergic to rake tasks:

$ gitnesse


$ GITNESSE_CONFIG='./gitnesse_config.rb' gitnesse


## TODO ## TODO


- pluggable feature runners, so can be used with Spinach, Cucumber-JS, or ? - pluggable feature runners, so can be used with Spinach, Cucumber-JS, or ?
- standalone server so end users to run tests and see live results, just like Fitnesse


## Contributing ## Contributing


Expand Down

0 comments on commit b00a52d

Please sign in to comment.