Hi,
I am using the bitbucket pipeline for my polymer webcomponent. I added a xunit test reporter to the repo to get some test reports for my pipeline build.
While tearing down phase of the pipeline build, I can see the following:
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-results/wct-tests.xml
Finished scanning for test reports.
Found 1 test report files.
All test reports aggregated into 0 test cases
The reports are build according this format: https://xunit.github.io/docs/format-xml-v2.html
I wonder, why my test.xml contains 0 test cases. Can someone provide some sample files, how the xUnit file should be look like? And if test cases are found, where can I find the test summary? I did not find any example how it looks like (only this link: https://confluence.atlassian.com/bitbucket/test-reporting-in-pipelines-939708543.html)
Best Regards
Alex
Did you have any luck?
I am trying to use testem.js with xunit as the result format and getting `total number tests is 0, with 0 failures and 0 errors.`
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue, I'm using v2 xUnit Test reporter in .NET Core test project.
The XML file is found, and when merged, they are not reported back into Pipelines.
It seems that even though the documentation states it supports xUnit, it does not. Try JUnit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.