-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add jUnit test reporter and upload results #707
Conversation
6bfb3c8
to
9cbcd45
Compare
dfbc6dc
to
f4c465b
Compare
@zkayyali812 What is junit? Isn't that something from the Java world? |
@mkanoor it is just used as a format here to report on our testing results. This implementation uses the same example/format documented by PDE team here - https://gitlab.cee.redhat.com/ansible/testing/ansible-component-upload-test-results/-/blob/main/.gitlab-ci.yml?ref_type=heads |
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.
Same question:
The workflows could not be executed by forks because it requires access to those secrets a vars, Am I right? Do you want to prevent that?
Quality Gate passedIssues Measures |
Outputs junit test results when running unit tests to an xml file.
Upload this file for integration into The Platform Readiness Dashboard