You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing this fantastic gem! I am a contributor to ruby/debug and I am considering using this gem within ruby/debug. I would like to inquire about the possibility of adding an option to simultaneously output logs to both stderr/stdout and an XML file.
The documentation states:
--junitxml-output-file=FILE_NAME
Output XML to the specified file instead of the standard output.
If I understand correctly, there is currently no option available in test-unit-runner-junitxml to output logs to both stderr/stdout and an XML file.
The text was updated successfully, but these errors were encountered:
Sorry, I was not aware of this issue.
I think it is possible to implement the feature you suggest, but I need to consider the options for this feature.
Also, if it has been implemented and you can provide a patch, I will consider merging it.
Thank you for developing this fantastic gem! I am a contributor to ruby/debug and I am considering using this gem within ruby/debug. I would like to inquire about the possibility of adding an option to simultaneously output logs to both stderr/stdout and an XML file.
The documentation states:
--junitxml-output-file=FILE_NAME
Output XML to the specified file instead of the standard output.
If I understand correctly, there is currently no option available in test-unit-runner-junitxml to output logs to both stderr/stdout and an XML file.
The text was updated successfully, but these errors were encountered: