Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

XUnit test-report aggregated to 0 (bitbucket pipeline)

Alex Philippi January 4, 2018

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

1 answer

0 votes
Deleted user February 22, 2018

Same problem here... I guess xUnit v2 types are not (yet) supported?

Looking for a solution in the meanwhile..

James Staub December 13, 2018

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.`

Andrew Bowen December 16, 2018

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

https://community.atlassian.com/t5/Bitbucket-questions/Pipelines-xUnit-compatible-test-results/qaq-p/741471#U963409

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events