Replies: 1 comment 1 reply
-
Thanks for your input! It is currently not possible to use multiple reporters in the same run as the underlying Cgreen library does not support this. This feature has not been disregarded, just not discussed before. The simple workaround would of course be to run the tests twice in your CI. If the tests are not taking prohibitively long time to execute (they shouldn't ;-) that would be a fairly simple fix. Especially if you are using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a bit surprised to find that I can only choose one output for test results - e.g. text or XML but not both.
In a CI system I would generate the XML and feed it into the JUnit plugin for pretty graphs. However, I most certainly still need the text output from the same unit test run, as this is the most useful input to the developer so they can quickly understand what failed and fix it. This is how other UT frameworks, e.g. GTest, do it.
Am I missing something or is this by design?
Beta Was this translation helpful? Give feedback.
All reactions