-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Well, if you know what Cucumber is, you can basically think of it as a Cucumber-ish tool for .NET that allows you to easily write .NET code to interpret natural language specifications.
If you don’t know what Cucumber is, I would advise you to read about it.
StorEvil is a tool that you can use to write specifications in English, and then execute those specifications.
It supports a subset of the Gherkin language used by Cucumber.
It supports .NET languages such as C#.
It has only been tested on Windows (so far).
It only supports English (so far).
Check out out the StorEvil Quick Start
Learn how to set up your StorEvil Configuration.
For information about the grammar that is supported, check out the docs for StorEvil Grammar and StorEvil Context Classes.