Hi -
My plan has a default stage and default job, that's it. I have a Powershell task that executes my Angular tests using Jest. I'm using the jest-bamboo-reporter so that I can use the Mocha Test Parser to process my results.
My build succeeds with 5 tests passing....but I don't see the test results in the Build result summary. But I'm guessing that's expected because they only list "New failures", "Existing failures", and "Fixed". But under the "Tests" tab shouldn't I see the test results there? Instead I get this link: "See detailed test results for Default Job".
That page shows me what I expect but why do I have to click once more? And why aren't passing test results posted on the build result summary? Basically, why am I clicking so much to see results?
Thanks for any tips.