Search code examples
c#testingbddnbehave

Running NBehave plain text scenarious using TD.NET


Is this possible?

Actually, any tips about running nbehave tests and integrating them with build server would be appreciated.

Maybe there's a good alternatives?


Solution

  • Have you tried behaveN? http://code.google.com/p/behaven/

    It uses nunit and therefore integrating it with build server should be easy(assuming that you are using nunit)