jasmine-node
jasmine-node copied to clipboard
Missing colors when --autoTest
This only happens in 2.0 branch.
Thanks, I'll check this out.
Ahh, this is because autorun causes jasmine-node to think it's not a TTY (sort of is). I'll have to code around that.
The --color
command line argument does not seem to be supported either.
jasmine-node
color was not a valid option
USAGE: jasmine-node [--color|--noColor] [--verbose] [--coffee] directory
what's the status of this bug?
I'm also interested in the status here.
/edit: The command line parameter --color
is a good workaround.
I am using jasmine-node 1.14.3 and just encountered this bug.
jasmine-node spec
produces a colored output.
jasmine-node spec --autotest
or jasmine-node --autotest spec
does not produce colored output.
However jasmine-node spec --autotest --color
produces a colored output.