-
Bug
-
Resolution: Fixed
-
Blocker
-
None
I want to use MSTestRunner to run unit tests on my build.
If I specify a Result File Name in the plugin arguments, the build fails with
Path To MSTest.exe: mstest.exe Result file was not found so no action has been taken. file:[obfuscated]/testresults.trx FATAL: No test files was found Build step 'Run unit tests with MSTest' marked build as failure Finished: FAILURE
If however, I do not specify a Result File Name, I am faced with another error:
Path To MSTest.exe: mstest.exe FATAL: Result file name was not specified Build step 'Run unit tests with MSTest' marked build as failure Finished: FAILURE