How to enforce TestRunner don't write to standard error? #3130
Unanswered
soroshsabz
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Where have you set |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use StartProcess alias to run your test runner where you can pass settings to redirect standard error. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ITNOA
I have one task in my CI that has
failOnStandardError: true
so when VSTest run any test that does not pass, and write standard error, I got error on CI and my pipeline is stopMy question is how to enforce test runner redirect standard error output to standard normal output?
thanks
Beta Was this translation helpful? Give feedback.
All reactions