Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Properly Importing Test Results

Bryan Conner
Contributor
March 28, 2025

When running flake8 tests in a pipeline runner and uploading the results, the tests run fine and the report uploads, reporting the correct number of failed tests. However, it is not possible to view the individual tests that failed. Downloading the xml shows all 91 failed tests, but the tests section does not show the results.

 

Screenshot 2025-03-28 at 12.38.13 PM.png Screenshot 2025-03-28 at 12.38.35 PM.png

1 answer

0 votes
Patrik S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
yesterday at 2:21 PM

Hello @Bryan Conner ,

thank you for reaching out to the Community!

For the test reports to be rendered correctly in the UI, there are some important conditions that should be met:

  • The tests must be generated in the JUnit and Maven Surefire XML formats. Other formats are not currently supported
  • Only the first 100 failed test results are displayed.

  • Each test case field, such as stacktrace, has a 2,000 character max limit.

Those limitations are currently listed in the Test reporting in pipelines documentation. With that in mind, could you confirm if the tests you are generating during your steps satisfy all the conditions listed above?

Thank you, @Bryan Conner !

Patrik S

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events