Skip to content
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

added option to generate junit report from test results #473

Merged
merged 1 commit into from Oct 11, 2023

Conversation

Theoderich
Copy link
Contributor

I would like to report the test results of reg-cli in my CI-Builds. Unfortunately, reg-cli outputs a custom json file that is not parseable by gitlab-ci or any other buildserver I know of. The most common format for reporting test results is the junit report XML format. This format is widely supported on buildservers.

In this pull request, I have added an option --junit to reg-cli, that output the results of a run as a junit report xml.
Depdending on the '--extendedErrors' option, new and deleted items are either reported as passed or failure.

Copy link
Member

@bokuweb bokuweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bokuweb bokuweb merged commit c5c136c into reg-viz:master Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants