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
Is there a way to allow JunitTest Results Task to not fail if no test results are found?
Hi @schow-lmi3d,
I don't believe this is an option without disabling/removing the JUnit Parser task from the Build plan.
At the same time, I believe the main purpose behind this is that if it can't find the test results the assumption is that something went wrong with the way they were executed, or the build plan has been incorrectly configured when it comes to the location of those results.
If you really don't care about the results being displayed in the build maybe removing the task might be the best option for you.
I do care about the results being displayed but I also want the option to not care at the same time.
The reason is because I wanted to add a variable that controlled if a set of test run or not. In the script task that starts the test runner, I added an if statement that runs the tests if the variable is equal to a certain value and not run otherwise. The problem I'm facing is that the junit parser always fails the job if tests are not found...
Is there another way of doing this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @schow-lmi3d,
If you check out the answer here: https://community.atlassian.com/t5/Bamboo-questions/Conditionally-Skip-Tasks-in-Bamboo-Build/qaq-p/259368
You'll see the suggestion from the Atlassian team indicated that this is not possible today, but there is an open feature request for this: https://jira.atlassian.com/browse/BAM-11257
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.