Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

MSTest unable to parse results

I'm attempting to get Bamboo on-demand to run a test using MSTest. It appears to run the test but then fails parsing it afterwards. What could I be doing wrong?

Copyright (c) Microsoft Corporation. All rights reserved.

Loading C:\build-dir\DAS-TE-JOB1\PortalWebApp\Dashworks.Model.Testing\bin\Debug\Dashworks.Model.Testing.dll...

Starting execution...

Results Top Level Tests

------- ---------------

Passed Dashworks.Model.Testing.JsonModelTests.TestJsonDatePickerProperties

1/1 test(s) Passed

Summary

-------

Test Run Completed.

Passed 1

---------

Total 1

Results file: C:\build-dir\DAS-TE-JOB1\TestResults_Build_3.3.0.24.trx

Test Settings: Default Test Settings

Parsing test results...

Failing task since test cases were expected but none were found.

Finished task 'MsTest'

If I add an MSTest Parser task then that fails also. With the same error.

Starting task 'Parse results' of type 'com.atlassian.bamboo.plugin.dotnet:mstest'

Parsing test results...

Failing task since test cases were expected but none were found.

Finished task 'Parse results'

2 answers

1 accepted

1 vote
Answer accepted

Bamboo on-demand only allows the generation of .trx files. It validates this in the UI. I could run the MSTest.exe directly and possibly generate an .xml files but I chose not to do this.

I resolved this by changing the 'Results filename' value from:

"${bamboo.build.working.directory}\<filename>.trx" to just "<filename>.trx"

Maybe it was the backslash causing the issue...

This also fixed my issue

This fixed my issue too. Using "**/*.trx" works.

I wonder if it is a relative path so putting "${bamboo.build.working.directory}/...." for the Results filename causes issues. Can't find any logs that show what the full path it is trying to use but I bet that is the problem.

0 votes
Ron Chan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 03, 2014

Chris - try generating the test file to an .xml format

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events