#TUI logs into html formatted file saved as CI artifacts

1 messages · Page 1 of 1 (latest)

haughty saffron
#

Hello Awesome Folks

As we know TUI logs cannot work with CI console as they cannot support TUI natively, so i was thinking what if we convert TUI logs into html based logs and saved as artifacts. It actually improves customer UX, they might not see everything on ci console for example: gilab console but they can definately see a guided debug html file.
I did that conversion myself and tried to convert special string into colourful span, for example: converting string [95m to white yellow color text and [0m mean its end of span, I did achieve some level of intuitiveness but missed hell lot of edge cases.

So I was wondering if you guys have thought about it already, if yes please share