-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Export JUnit XML Report format #271
Comments
Hello @byarbrough, Thanks to the underlying library we use, we already have this functionality. You can pass |
Oh, I see now! It isn't mentioned as an Additional Parameters, but it is available via Radish junit-xml. If I get a chance I will look at making that more clear in the documentation and send a PR. Unfortunately, when I add
Positioning of the argument and terraform v0.12.24 |
Now this is interesting. Having a look on this! |
@eerkunt I am only able to reproduce the issue if I have features that fail. If everything passes, the XML generates just fine, shown here.
If you provide some guidance I will be more than happy to help fix the bug! |
Hi @byarbrough, could you have try with release 1.2.6? |
Yup, that took care of it! XML file looks good as well. Thank you! |
This issue's conversation is now locked. If you want to continue this discussion please open a new issue. |
Feature Request
Feature description :
I would like to ingest reports into CI/CD pipelines to avoid having to scroll through logs.
Pytest currently does this via JUnit reports. Gitlab is able to ingest those reports.
Suggested Solution description ( if you have any ) :
Add a
--junitxml=path
option that outputs results to a file, ready to be ingested by CI/CD.Describe alternatives you've considered :
The format does not have to be JUnit, but it should be a format widely understood by various CI/CD tools.
Additional context :
Report could display the Scenario text as the header, similarly to:
The text was updated successfully, but these errors were encountered: