Closed nqbao closed 9 years ago
Please search for issues before filing them. the xunit
reporter and console output mixing has been discussed at length in #114 and #161.
Add a flag (--reporter-output) for separately saving the reporter output to a file
We already have that - it's --file
but read the issues with xunit
first.
Got it, will do a proper search next time.
Sometime when our test scripts print out something, it will be print to stdout and mixed with reporter output. Example as below when i use xunit reporter and the test script print out something.
It's hard to consume the reporter output for CI system. I think there are two possible solutions