You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.