In looking at the available command line arguments for the nunit.exe, I haven’t been able to find a way to specify the path and filename of the TestResults.xml file (it always ends up in the same folder as the test fixture). I know this can be specified when using nunit-console.exe via the /xml argument, but is there there any way to specify this for nunit.exe?
Thanks.
Looks like what I’m trying to do isn’t possible. No biggie.