Output from cypress test runner is slightly broken

My test runs with cypress (https://www.cypress.io/) produce output that looks like this:

The same output as seen from my terminal emulator looks correct:

(Image redacted because new users can’t put more than one image in a post!!!??!?!?!??! :angry: )

Is there some configuration of travis’s terminal emulator that I am missing? or is this is a bug in travis?

If your output relies on certain ANSI sequences to move the cursor to paint the pretty pictures, those will not work, as our logs are streams, not real terminals.

I believe this is a manifestation of

AFAICS with the latest changes to the Web UI, Travis log view does attempt to emulate terminal control characters but they still get distorted sometimes.