hvkooten;17812 wrote:As a contractor, at my current assignment, thay have integration tests setup next to unit tests. The environment settings are loaded as testcontext properties to switch between environments. I cannot change this process. Therefore I hope there is a way to inject and switch between those .runsettins files
Sorry, we don't support MSTest runsettings files.
Would it perhaps be possible to use environment variables instead? It's possible to override these using NCrunch settings (including engine modes). You could adjust the code so that when it reads environment settings from testcontext, it refers to System.Environment.GetEnvironmentVariable instead if the textcontext does not contain the expected setting.