Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: mstest-plugin
-
Labels:None
-
Environment:Windows XP SP3; Jenkins installed local; MSTest with UnitTest in Visual Studio 2008, Version 9
-
Similar Issues:
Description
MSTest with UnitTests work without problems but in the After build step I activated the MSTest post build step and a .trx file is requested. The path is to the generated .trx file from the build but the build ends with the message
"FATAL: No MSTest TRX test report files were found. Configuration error?"
The file is definitly there, it was created!
Also wildcards doesn't work in this case.
As I mention earlier it should be :
publish Mstest result report : trunk\build\TestOutput\results.trx
"Path for result report should be relative to your workspace!".