-
New Feature
-
Resolution: Not A Defect
-
Minor
-
None
Hello,
I searched on the internet/stackoverflow but couldn't find a solution so as a last resort creating this ticket and hope someone will be able to point me in the right direction.
We have hundreds of automated tests for most of our REST APIs written in MSTest v1 and at the moment we're unable to migrate them to MSTest v2 due to limited manpower, so I can't use vstest.console.exe to output JUnit test results xml which I want to ingest in another system. Our tests generate TestResults.trx file at a given path.
Note: I can't use trx2junit library because it requires dotnet core and we're on .Net framework 4.8 at the moment.
The documentation of MSTest plugin says "MSTest TRX test reports into JUnit XML reports" and I am trying to find a way to access those generated XML reports.
We're using MSTest plugin as a post build action step which logs output like this, but I am unable to find where the JUnit reports are stored or if I even am able to access it.
Could someone provide any guidance?
[description-setter] Description set: Env: <b> QA</b><br> Branch: <b>develop </b> <br>Category: <b> </b>
[MSTEST-PLUGIN] INFO processing test results in file(s) test/TestResults.trx
[MSTEST-PLUGIN] INFO processing report file: C:\WSRootFolder\workspace\Domain_Tests\test\TestResults.trx
[MSTEST-PLUGIN] WARNING Unable to delete the file C:\WSRootFolder\workspace\Domain_Tests\temporary-junit-reports
[MSTEST-PLUGIN] INFO This file is a reserved temporary file. You can delete it safely.
[MSTEST-PLUGIN] INFO XML coverage report file not found: C:\WSRootFolder\workspace\Domain_Tests\test\vstest.coveragexml
[MSTEST-PLUGIN] INFO XML coverage report file not found: C:\WSRootFolder\workspace\Domain_Tests\test\TestResults.coveragexml