Open jlmakes opened 7 years ago
Can you share the link to the travis build?
Sure!
https://travis-ci.org/jlmakes/scrollreveal/builds/197391631
Also I'm not sure if relevant, but I'm using sauce labs (and the karma-sauce-launcher
) to test in various browser environments. I'm going to experiment using only PhantomJS to see if the output looks different.
The code [32m
is part of the ansi color code of the green color ('\u001B[32m'
). It is generated by the color module we use in this reporter (chalk).
It works fine on my machine. Don't know what the issue with travis could. Generally no colors are printed if a shell does not support the ansi color codes. Normally it works fine in travis.
Yeah, the reporter works great on my local machine as well.
. . .
Well perhaps I'll move over to Circle CI...😨 the mere thought of the odd developer perusing through my tests and seeing malformed reporting—what tremendous embarrassment! I'd be the laughing stock of the town! 😤
. . .
Any ideas on debugging?
This will be hard to debug. But trying another CI System might help to find out if it is just an problem in travis.
There's an extra indentation after an odd
[32m
, and some text that doesn't render green.I'm using version
^2.2.0
of the reporter, and and Karma^1.3.0
, so everything should be running the latest releases. Is there more information I can provide to help identify what the issue is?