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.
I added several VSTest Runner tasks to run several groups of regression tests in my project. The first two tasks works well, but the third one failed. In logs, I saw one test was skipped (due to ignore variable), all other tests has passed, and the results file was generated successfully in correct place. The only error messages are 'Failed to parse test result file "XXX"', 'Failing task since 1 parsing errors occurred'.
May I ask what could be the reason for failing in parsing and how should I fix it?
I think you'll need to read the logs from the VSTest Runner directly to find out what the error is.
Thanks Nic! May I ask where can I find the logs of VSTest Runner? I read the logs at test result page, they are as follows. There is not much information.
start test ...
passed...
passed...
...
Results File: XXX
Total tests: 143. Passed: 142. Failed: 0. Skipped: 1.
Test Run Successful.
Test execution time: 1.3074 Hours
Parsing test results under XXX
Failing task since 1 parsing errors occurred.
Finished task 'FOExcel regression test' with result: Error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.