Replies: 1 comment
-
|
Big +1 for this. Visualising test results is a core requirement for any CI/CD platform. While Argo is powerful for orchestration, the lack of native junit.xml parsing makes it difficult to fully transition away from 'legacy' tools like Jenkins or TeamCity. Providing a first-class UI for test reports would significantly improve the developer and QA experience and help teams fully commit to Argo for their entire build pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Various Java test tools produce
junit.xmlfiles as a de facto standard for test output.CI tools like Hudson/Jenkins, Bamboo, and TeamCity all know how to read
junit.xmlfiles and produce meaningful test result displays, often tracking the results of individual tests from run to run.Can Argo Workflows do this? I can't find any evidence that it can, though there seems to be a rumor that if a
junit.xmlfile is produced as a workflow artifact, it will get parsed, but my experiments with v3.6.18 have all failed to produce anything, only displaying the raw XML file.If I need (to build) another tool to display test results, that defeats moving to Argo Workflows from 'legacy' CI platforms.
The UI has a 'Give feedback' link that points at closed issue #7743.
Beta Was this translation helpful? Give feedback.
All reactions