I am trying to update our project to the latest versions of MSTEST.
The generated TRX file is almost twice the size of my current file and the Bamboo MSTest parser generates a Filed to parse error.
It is being used like this in a Bamboo step:
dotnet test CucumberUnitTests.csproj --logger:trx;LogFileName=testresults.trx
I can't find any documentation from MS or Atlassian stating TRX file creation options/requirements.
What versions of MSTEST does Bamboo support?