nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

--no-color doesn't work, nor does it match mocha(1) #137

Closed stephenmathieson closed 10 years ago

stephenmathieson commented 10 years ago

seems like the --no-color option doesn't work. it's also very strange that it doesn't mirror mocha(1)'s --no-colors. see below:

$ node_modules/.bin/mocha-phantomjs --version
3.4.1
$ node_modules/.bin/mocha-phantomjs --no-color http://localhost:9999/test/client/user/index.html

[ colored output here ]
stephenmathieson commented 10 years ago

bump

nathanboktae commented 10 years ago

We have a unit test for this, and double-checking it manually it is also the case.

Yes it would be nice for it to match, but it's be available for a while now as --no-color, so not sure if we should change and break it.