-
Notifications
You must be signed in to change notification settings - Fork 119
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
ESC Character Appearing in Output #245
Comments
Pass the --no-color flag:
|
Are there still no known resolutions for non-rspec testing? Especially solutions that keep the colours? |
I don't use test unit but try this:
|
The output should still be in color, at least they are for rspec. There's a language file that syntax highlights the output so no escape codes are needed. |
Sadly, no, it doesn't fix it. But thanks for the note on syntax highlighting! I didn't even think about the fact that the colour came from the syntax highlighting rather than the actual test scripts. |
Hi, any solution? Thanks. |
use this package: https://github.com/aziz/SublimeANSI |
I am running into an issue similar to what some people posted finding in #33. When I run tests, the test output contains a bunch of what I think are colour codes and [ESC] characters instead of the usual progress bar. None of the fixes listed in #33 worked for me, primarily because I am not using rspec.
The text was updated successfully, but these errors were encountered: