Add option to display all test results
under review
P
Peter Darton
Agreed; the as-is situation is poor. CircleCI is the only CI/CT system I've encountered which doesn't let you explore the tests it's just done.
What developers want/need is to be able to inspect all aspects of the results of their build, and they need to do that immediately.
Having to export the test result files as an artifact is a workaround, yes, but it's a nasty one that we shouldn't have to resort to.
PS. While the "insights" facility is useful, the results there are not immediate (they're delayed by hours) so it's only useful for examining overall trends of past tests rather than "the tests from my build that completed 2 seconds ago".
B
Barbara Nichols
Thank you both for your feedback! This provides us with more insight!
B
Barbara Nichols
under review
B
Barbara Nichols
Thank you for your input. Can you tell us more about what you are trying to accomplish when you look at passed tests?
Ted O'Connor
Barbara Nichols: Certain branches might execute different sets of tests. QA or dev team might want to see what actual tests were run and not just those that failed. From a reporting perspective evidence of the passed tests is just as important as the fact that there were no failures.
Onome Sotu
This is very useful, I spent a long time scratching my head on why the test summary only gives the number of passing test.