jasmine-node icon indicating copy to clipboard operation
jasmine-node copied to clipboard

Missing colors when --autoTest

Open skrat opened this issue 10 years ago • 6 comments

This only happens in 2.0 branch.

skrat avatar Apr 07 '14 16:04 skrat

Thanks, I'll check this out.

tebriel avatar Apr 19 '14 13:04 tebriel

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.

tebriel avatar Apr 19 '14 15:04 tebriel

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

btakita avatar Jun 26 '14 17:06 btakita

what's the status of this bug?

xpepermint avatar Aug 14 '14 17:08 xpepermint

I'm also interested in the status here.

/edit: The command line parameter --color is a good workaround.

philippotto avatar Sep 15 '14 22:09 philippotto

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.

ghost avatar May 30 '16 08:05 ghost