You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colors are missing from output when run through, e.g., Gradle.
Steps to reproduce
Run any tests with vstest.console.exe through some other process, e.g., Gradle.
Look at output.
Expected behavior
Output text is colored.*
*) Actually, it's probably the pipe provided by Gradle that doesn't report color support properly. However, with MSBuild, this can be fixed by using /clp:ForceConsoleColor. See here. I would for something similar to be implemented in vstest.console.
Actual behavior
Output text gets stripped of color.
Diagnostic logs
n/a
Environment
OS: Windows 10 1803
vstest.console.exe: 15.8.0
Gradle: 4.10
The text was updated successfully, but these errors were encountered:
Description
Colors are missing from output when run through, e.g., Gradle.
Steps to reproduce
Expected behavior
Output text is colored.*
*) Actually, it's probably the pipe provided by Gradle that doesn't report color support properly. However, with MSBuild, this can be fixed by using
/clp:ForceConsoleColor
. See here. I would for something similar to be implemented in vstest.console.Actual behavior
Output text gets stripped of color.
Diagnostic logs
n/a
Environment
OS: Windows 10 1803
vstest.console.exe: 15.8.0
Gradle: 4.10
The text was updated successfully, but these errors were encountered: