WebTau output
#1122
Replies: 2 comments 2 replies
|
0 replies
|
Webtau shouldn't eat/capture any std output. Reformatting you see is webtau using ANSI output to print things in colors. You can use Need more info on "hiding the build output". I may be missing some pieces here. If it helps we can do screen sharing or sample GitHub project to have established context |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am running tests wiht WebTau under the JUnit 5 test runner
At the moment I have a configuration problem to resolve. JUnti 5 prints an informative report (see screenshot):

I have added logging to the build script, etc but it looks like WebTau has eaten and reformatted STDOUT
Can WebTau output processing be turned off or turned down?
The WebTau report doesn't show the STDOUT or STDERR at all. In a test environment that would be essential reading on some days.
All reactions