Build/Test Issues

NCrunch support for specflow feature files in non english language

Started by a_ten_brinke on 4,163 views

Hi,

I stumbled upon a picture of NCrunch supporting SpecFlow feature files where you can see which steps succeeded and which failed from within the feature file.
It looked really awesome and powerfull! :)

However, I don't see this feature working on my work machine.
I think this might be because we are setting the SpecFlow feature files to another language. (https://github.com/techtalk/SpecFlow/wiki/Feature-Language).

Does the SpecFlow integration in NCrunch support feature files in another language than en-us?

Thanks in advance!

Kind regards,
Arjan
Hi Arjan,

I haven't tested this with NCrunch myself, but if my understanding is correct, there shouldn't be anything in NCrunch that would stop this from working.

The integration with SpecFlow works via xunit/NUnit/MSTest. Basically, Specflow generates backing source files that can then be run by NCrunch through its standard integration with other frameworks. Other than triggering a build step to automatically regenerate these files when it builds your project, NCrunch does very little to enable SpecFlow to work.

If you're able to supply some example code and/or steps to reproduce, I could help to investigate this issue further.

Post a reply

Log in to reply.