Hi,
I am currently blocked by an issue in Bamboo. Bamboo will not show any available Tests in the web gui table.
I ran the test with the following command...
# display all available unit tests in test project
dotnet test ${bamboo.sourceTestProjectFile} -t
# run unit tests and log results to trx file
dotnet test ${bamboo.sourceTestProjectFile} -l:"trx;LogFileName=testresults.trx"
I read somewhere on the Internet, that I have to run msparse on the the testresult file testresult.trx. But everytime my build fails as no testresult could be found?! But they are there.
What do I have to do to run Tests in Bamboo so that it will be displayed on the web gui screen list...