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
solves the issue. Still strange that without parallel rspec this setting was not necessary. My problem is gone however, so can be closed if no bells ring.
Hi @fwolfst , I'm revisiting some open issues right now.
As of #261, we're mostly adopting RSpec's automatic color mode. I see that parallel_testsrequests colorized output from RSpec when it itself is run in a TTY, so as of the next release, this should be fixed. Please feel free to comment on the issue again if that's not the case. You can test it out by pointing your gemspec to the main branch on this repo.
We use parallel_tests with rspec and rails. Once
super_diff/rspec
is required, most colors are stripped from the output. :(When uncommenting
Core::Formatters::ConsoleCodes
(in monkey_patches.rb), the color comes back (but is gone in the colorful diff).Seems to be in the
console_code_for
+wrap
part, the only location I found (and I am wildly guessing here, do not understand the colorization), is in parallel_tests FailureLogger: https://github.com/search?q=repo%3Agrosser%2Fparallel_tests%20consolecodes&type=code .The text was updated successfully, but these errors were encountered: