-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
xunit xml reporting #39
Comments
You'll have to write a serialiser yourself. |
Do you have any examples how to do that?
…On Wed, Feb 9, 2022 at 12:58 PM Nicolas Hafner ***@***.***> wrote:
You'll have to write a serialiser yourself.
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB4LMUYVACWJTS2QRPWNWLU2JJE5ANCNFSM5N5IIL4A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Kind Regards,
Tadas Šubonis
|
No. |
I've got a quickly hacked together thing at: https://gitlab.common-lisp.net/cl-tar/cl-tar-file/-/blob/ee44e6e30a2074849af51199f99813141454e89c/test/report.lisp An example of GitLab CI reading the results and displaying them: https://gitlab.common-lisp.net/cl-tar/cl-tar-file/-/pipelines/6095/test_report Still a work in progress, but I plan to split it into its own system when it's a little more polished. One thing I learned while doing it is there doesn't seem to be a single JUnit format. I wrote that to target GitLab. It might need some massaging to target other CI platforms (for instance, GitLab allows nested testsuite tags). |
We are interested in adding this functionality to Parachute as an extension. I've managed to get your code working locally to produce JUnit test reports. How would you prefer to handle this? We could polish up your hack and include it, but it would have to be under the 'zlib' licence, like the rest of Parachute. |
@daewok Ping |
How can I output my test results in xunit/junit XML format? This would help me integrate with CI easier.
The text was updated successfully, but these errors were encountered: