We are new to Bamboo and I want to go there to see all the tests we are running to see our coverage.
I am the manager and I want to see a list of ALL the tests for a particular Plan or Build, including the Successful ones, and show which ones are Quarantined.
The Plan Test Summary only gives the Top 10 Most Broken Tests. For the Build Test Results I can see 1 of 8 Failed, 2 were recently fixed... what about the 5 Successes? I want to see the coverage of tests, simply... where do I go?
I am not able to see the list of skipped tests in a single job.
When I look at the build job's tests tab I see the list of skipped tests in the build.
When I navigate to a specific job within the build I can see the number of tests in total, the list of passing tests, the list of failed tests, and a count of skipped tests. But there's nowhere for me to see the list of skipped tests.
How can I see a list of skipped tests for a specific job?
I have the same problem. Is there a way to see skipped tests with a message for the reason it was skipped, if any.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, this was my answer: you have to click this text that doesn't look like a link. As far as other coverage info, probably reports as mentioned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that this is currently possible to see all tests for a specific Job result.
To get there, you should go to plan result page:
/browse/<projectKey>-<planKey>-<buildNumber>
then, click on Tests tab to go to:
/browse/<projectKey>-<planKey>-<buildNumber>/test
and then clicking on each specific job (displayed in the leftmost column - it may be hidden, then just click the small "show" button with an arrow pointing right) will go to
/browse/<projectKey>-<planKey>-<jobKey>-<buildNumber>/test
and that page will display all tests for that job - failed, successful and skipped (there are tabs there that allow you to go to each of these sections).
Also, I know this might not be related, but for analyzing test coverage you might be interested in the Clover plugin:
Update: how to display Stages & Jobs on a Plan Result page:
stages-jobs-hidden.png
And it will show this tab:
stages-job-shown.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marcin, I'm using bamboo 6.0.1. I don't see any way to see the successful jobs besides a count.any advice is appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a small arrow on the left side of the screen that will open the Jobs column, then click on a specific job for more test info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you probably want Reports.
On the top nav, click into Reports, then select the report that is of interest to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Reports only give you aggregate statistics e.g. number of build failures over time. They don't allow you to see all tests over all build plans.
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.
The screenshot is still the step 2 of my previous answer - see the URL. There is a small arrow on the left side of the screen that will open the Jobs column, then click on a specific job for more test info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've updated my previous answer with how to display stages & jobs column.
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.