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