Hi,
I'm in the process of getting NCrunch working in a codebase for the first time. The unit test projects work nicely. I am trying to get the integration tests working now, but I need to be able to override NUnit parallelization settings for the integration test projects (specifically [assembly: Parallelizable(ParallelScope.Fixtures)] and [assembly: LevelOfParallelism(8)])
I am unfortunately not being allowed to use conditional compilation. I can see that runsettings files are not supported. Is there another way (e.g. custom build properties) that I can override the NUnit settings?