Replies: 1 comment
-
Currently there is no capture mode that safes to files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to redirect stdout/stderr for each test individually. That is to have something like stdout.log/stderr.log in the testcase's output directory. Or some other named for the combined stdout/stderr capture.
I find that helpful for post-mortem debugging as well as for easily sharing testcase runs with others.
I tried --capture and --show-capture but they don't seem to allow that.
Beta Was this translation helpful? Give feedback.
All reactions