Feature Request: JUnit stylized output #92
rakjennings
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
Converted to Discussion because I want Feature Requests to be separated from Bugs. The short answer is that I am not interested in working on this feature, because I don't see much value in it. But if you see value and are willing to do the work, you are welcome to fork the repo and implement it. If the resulting code is easy to understand and maintain, I would be willing to upstream it into the original repo. But if the code is complicated, then I probably would be resistant to accept the PR because I don't want to be responsible for maintaining it. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the major reasons for using unit tests, is to enable better CI/CD practices. As such, it would be nice if AUnit came with the option of outputting results in a JUnit style so that the output artifacts can be used in things like GitLab test reports and other test reporting tooling.
Beta Was this translation helpful? Give feedback.
All reactions