|
Project Information
|
Important! StorEvil's source has moved to github!http://www.github.com/davidmfoley/storevil StorEvil is a .NET tool to enable natural language test specification and execution with minimum fuss on the part of developers and spec creators/business owners. It operates similarly to Cucumber, and the eventual goal is to have full compatibility with the Gherkin language that is at the core of Cucumber. For more information, see: StorEvilComparedToCucumber StorEvil ModesStorEvil can operates in two modes: In-place running (preferred)In In-place mode, StorEvil executes each scenario that it finds and outputs the result to the console. In-place running is under active development. See InPlaceRunning NUnit fixture generationIn NUnit fixture generation mode, StorEvil is run against a set of scenarios (text files) and generates NUnit test fixtures that implement the scenarios in code. NUnit generation was original mode that StorEvil used. It is not under active development. See: NUnitGeneration Scenarios that cannot be interpreted using the context classes fail with a message that logs the scenario text that could not be parsed. |