You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
In the following repo I have a pipeline setup to run my jest tests. The tests are configured to output both HTML and XML reports to ./test-reports folder, but I am not seeing the results at all. When I look at the Build teardown step it indicates it found the results file:
Searching for test report files in directories named [test-results, failsafe-reports, test-reports, surefire-reports] down to a depth of 4
Found matching test report file /opt/atlassian/pipelines/agent/build/test-reports/test-report.xml
Located test suite containing 3 tests, with 0 failures and 0 errors.
Finished scanning for test reports. Found 1 test report files.
Merged test suites, total number tests is 3, with 0 failures and 0 errors.
Uploading test results
Finished uploading test results.
But I never get the tab showing the test results. I am not sure what's wrong with my setup, but I feel I am not connecting some dot(s).
Sad you never got an answer. I'm experiencing the same issue.
Searching for test report files in directories named [test-results, failsafe-reports, test-reports, surefire-reports] down to a depth of 4
Found matching test report file /opt/atlassian/pipelines/agent/build/test-reports/jest-junit.xml
Located test suite containing 1 tests, with 0 failures and 0 errors.
Finished scanning for test reports. Found 1 test report files.
Merged test suites, total number tests is 1, with 0 failures and 0 errors.
Uploading test results
Finished uploading test results.
But I never see the "Tests" tab. Did you ever figure this out?
Thanks,
It's my understanding that bitbucket pipelines only shows the tests tab when there's failing tests?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, We are looking to learn more about development teams’ workflows and pain points, especially around DevOps, integrations, administration, scale, security, and the related challeng...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.