java-native / jssc

Java library for talking to serial ports (with added build support for maven, cmake, MSVC)
https://discord.gg/RBsUfE9sX9
GNU Lesser General Public License v3.0
170 stars 53 forks source link

Shows the name of the current test in the maven logs #158

Closed tresf closed 11 months ago

tresf commented 11 months ago

Purpose:

Closes #156

Output from the GitHub runner:

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running jssc.bootpath.ManualBootLibraryPathFailedTest
[INFO] --- surefire:testBootPathOverride @ jssc
#                   ^----------------------------------- HERE

Output from a console that supports color: junit_method_names2

pietrygamat commented 11 months ago

Output from a console that supports color:

What about consoles without color support? Are the control characters invisible, or printed junk?

tresf commented 11 months ago

Output from a console that supports color:

What about consoles without color support? Are the control characters invisible, or printed junk?

I've provided a colorless example from the GitHub actions. I haven't used an interactive terminal that didn't support colors in over 10 years.

tresf commented 11 months ago

Closing, superseded by #159.