views:

124

answers:

2

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?

+2  A: 

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)

darthjit
Looks worth checking out. Is it tied completely together with nUnit?
Arnis L.
I can't pass string argument from text file scenario to my method. Ridiculous problem. ^^
Arnis L.
can you publish the text file here? you don't have to use quotes btw.
darthjit
Downloaded source. Played around with it and somehow got it working. I even don't know what i did wrong previously. So far so good. Pursuing `bdd+ui testing` combo.
Arnis L.
I think i will stick with it. It's not tied with nUnit. It's not even tied with particular test runner. Seems that project is immature and there is lack of documentation but i don't need much from it and it's quite easy to understand source code. Thanks.
Arnis L.
A: 

You could check the nbehave examples, there's both a nant and a msbuild task.

Lazydev
Nah, it took me ages just to find out how to use debugger. I'm happy with BehaveN. Does what i need in elegant enough way.
Arnis L.