I find the output of buck test
difficult to read. Google Test supports color output by adding the flag --gtest_color=yes
when running the executable.
Is there a way to pass this flag through Buck to Google Test?
No, but you could run the binaries manually with the buck run
command and pass the argument there.