Displaying all tests names on Bamboo
Asked Answered
Z

2

16

Is there a way to display all tests names in Bamboo, instead of only the names of the failed/fixed tests. When I browse to the tests section of the result page of the build, only the total number of tests is displayed, e.g. '30 tests in total'. What I actually want to see is a list of all tests performed.

Zig answered 9/2, 2012 at 13:47 Comment(0)
D
14

Go to your build results, choose the test tab and click on the small arrow on the left of the screen.

enter image description here

A navigator will show up.

enter image description here

Click on the job for which you want to see the test results and a list with all tests will show up in the right part of the screen.

Doubt answered 22/3, 2013 at 13:21 Comment(4)
You don't get all tests listed together. You'll get a tab with failed tests and another with passed tests.Sword
Can't believe this is not expanded by default!Ordinal
It because it's split by the stage that ran the test.Porphyroid
@Porphyroid Tbh, I think it'd still be useful to see all tests from all stages on the tests tab run you haven't selected a specific stageTeri
K
2

The way I did this was to go to the Logs section for the test, and click Download.

Then, for TestNG which reports PASSED/FAILED I did:

grep -P "(PASSED|FAILED):" xxxxx.log

I agree though, it would be helpful to see which tests actually ran from within Bamboo.

Kostroma answered 3/5, 2012 at 8:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.