How to use Cucumber from SharpDevelop

751 Views Asked by At

I would like to use Cucumber from the .NET world and SharpDevelop seems like a good choice, but I'm not finding a good example of how to do it

2

There are 2 best solutions below

2
On

Prehaps this doesnt answer you question but we use SpecFlow for BDD which is absolutally awesome and integrates into visual studio. If you havent picked a BDD framework i would highly recommend it.

http://specflow.org/

1
On

SpecFlow is an open source project that you can use to do BDD on .NET. It aims to be compatible with Gherkin which is the language used by Cucumber.

SpecFlow supports both Visual Studio and SharpDevelop. I looked at the integration with SharpDevelop and put together a post on how to use SharpDevelop with SpecFlow.