Support printing ANSI-escaped colored logs #2872
Unanswered
keon94
asked this question in
Bug Reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I recently integrated Allure reports for our Go tests and they look very nice. I am using the CLI tool (v2.32.0), and the command
allure generate --single-file ~/report/ -o ~/report/allure
.Our application prints colored text to the console, such as this:
Does Allure have an option to enable interpreting these color escape characters so they are printed in the proper colors? If not, it'd be nice to see it added.
Beta Was this translation helpful? Give feedback.
All reactions