I currently used a batch file which runs a project of mine which is simlar to the following:
nunit-gui.exe nunit.tests.csproj
Can it be setup to use two or more project files? I’ve tried adding quote marks and seperating the project names with commas and semi-colons but no luck.
Will I just have to create a master solution with all tests in and send that through as the parameter instead?
It is better to use NUnit project files. In the “config” section you can specify any number of assemblies to load.