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...
Hi!
e.g.
You need export as xml for Junit format,
then set into your plan final task Junit4 parser, after that you will see result on the panel.
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.