Skip to content

Commit

Permalink
Revert "Updated documentation."
Browse files Browse the repository at this point in the history
This reverts commit 2e133cb.
  • Loading branch information
baphled committed May 11, 2010
1 parent 2e133cb commit 82b3a4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
Expand Up @@ -2,30 +2,30 @@ Salad

Inspired by Cucumber, Salad mixes clients & developers with a little special sauce, created to help bridge the gap between creative minds and developers.

One of the main issues I've come across whilst using Cucumber, is that I end up having to copy and paste various snippets of my existing feature to create new ones. Though Cucumber is a marvellous tool, I still had the need to convert client based specifications into live code.
One of the main issues I've come across whilst using Cucumber, is that I end up having to copy and paste various snippets of my existing feature to create new ones. Though Cucumber is a marvelous tool, I still had the need to convert client based specifications into live code.

Salad takes the first step in dealing with this issue. Firstly with Salad it is easy to create features and associate them with projects, building further on them by specifying a features stories and steps need to complete a story.

Imagine, if you will the BS ages, Before Salad, that is. Eating vegetables got boring quite fast, hence us having Salad everywhere, as with vegetables, writing up specs and translating a clients specifications into code can also be boring, leading to mistakes and the most common miscommunication.

Salad makes creating new features & stories easier as you build up a collection, as steps & stories are often reused, Salad gives you the ability to import features, steps & stories into a project, so you don't have to do it all over again.

This makes Salad a nice simple tool for clarifying feature requirements & rolling out a project's features.
This makes Salad a nice simple tool for clarifying feature requirements & rolling out a projects features.

What Salad does
Helps organise features & their stories
Manage a stories steps
Allows you to import features (all or singular)
Allows you to export features
Patch & update features
Patch & diff features
Synchronises a system feature with its associated feature file

What Salad doesn't do
Automatically generate cucumber steps
Make your coffee (yet)

Future features
Display features status (pending,complete,etc)
Display which features a features status (pending,complete,etc)
LightHouse integration
GitHub integration

Expand Down

0 comments on commit 82b3a4f

Please sign in to comment.