this appears to still be an issue in 1.0.7, unable to use the plugin at all.
Debbie Wright I can confirm that, too. Seeing the exact same issue with version 1.0.7
I can confirm that, too. Seeing the exact same issue with version 1.0.8. We are using Jenkins 2.176.2. [At this moment both are latest]
There is a workaround for this and it would be to Execute Windows Batch Command with parameters similar to:
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" TestFolder\bin\x86\Release\Test.dll
** I was able to append /Logger:trx to the command line and use the Post Build Publish MS test result to create a report.
This is the issue fixed?
I thought of using workaround but how to we create logger.trx and use the post-build publish to create a report, can someone guild me