-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPCT-304: cmd: adm parser-junit #123
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c9b4feb
to
acd0860
Compare
Introduce the command 'opct adm parser-junit' to be used as a helper when reviewing raw XML/JUnit files.
acd0860
to
8f78fc4
Compare
@@ -0,0 +1,121 @@ | |||
package api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Crating the api
package as this lib can be used by plugins too.
Should we need to place under api/junit
directory creating a dedicated package?
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Introduce a command to parse the JUnit files produced by e2e tests.
This is a helper when running
openshift-tests
manually, it will provide quickly access to the results without struggling with parsing the XML file withxq
.It's useful when asking partners to replay tests / run
openshift-tests
manually. Example: https://issues.redhat.com/browse/OPCT-304