numaru / vscode-ceedling-test-adapter

Ceedling Test Adapter for the VS Code Test Explorer
MIT License
37 stars 13 forks source link

Add color, or colorize the Test Results panel #126

Open jnz86 opened 8 months ago

jnz86 commented 8 months ago

Running VS Code on Linux, and using a remote container.

I have the Output Colorizer, which works fine for the Output panel. But other than logs, the Ceedling Test Explorer isn't outputting there. Rather to the Test Results panel.

Is it possible to colorize this?

When I was using gtest, I needed a terminal colorizing application to pipe the output to. Something like ninja -C ./build/test/gtest -v | ccze -m ansi where ccze is a colorizer. Is it possible to pipe the output that goes to the Test Results panel? I couldn't really see how the extension was calling ceedling and if there was a mechanism for this.

image

I can't exactly remember, but I had thought that other extensions were able to output with color to Test Results.