-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NO_COLOR environment variable #149
Comments
This would be great to have. In the process of looking for this I also learned that there is an existing Would it make sense for MUnit to honor that flag as well, or is it too sbt-specific? |
I'd like there to be a way to turn off all terminal escape codes - because they just create a lot of noise in the log output of my build tool (buildkite) |
This got fixed by |
Currently, the only way to disable ANSI color output from MUnit is to use the cryptic combination of the testing framework flags
testOnly -- -n +l
. We should make it easier to disable colors in MUnit by respecting the NO_COLOR environment variable https://no-color.org/The text was updated successfully, but these errors were encountered: