How to configure NCrunch to run nspec tests

I am trying to configure NCrunch to run nspec tests automatically. The ncrunch forums say that this functionality is not yet implemented, but then MattFlo says that he prefers to use NCrunch, so Iā€™m sure that it can be made to work. Help will be greatly appreciated!

+6
source share
1 answer

We are working to fully support NCrunch.

Now you can use DebuggerShim (this is the cs file contained with NSpec) as a pad to run through NCrunch. DebuggerShim is pretty much a NUnit test that runs NSpec tests.

You can take a look at specwatchr . Matt loves to use NCruch, but I find that he wants to run my tests. I have to consciously STOP typing to give NCrunch the ability to run my tests ... I would just click the save button and ask the background process to run my tests for me (i.e. specwatchr). Hope this helps.

Amir (Hacker on NSpec)

NUnit extension for NSpec: https://github.com/ddaysoftware/NSpec4NUnit

+2
source

Source: https://habr.com/ru/post/918548/


All Articles