juliemr / minijasminenode

A very bare-bones version of jasmine-node
MIT License
32 stars 21 forks source link

Silent option #17

Closed bcaudan closed 10 years ago

bcaudan commented 10 years ago

Add silent option that allow to execute specs without using terminal reporters.

bcaudan commented 10 years ago

Actually, I need that option because I'm working on another reporter (https://github.com/bcaudan/jasmine-spec-reporter) and I don't want that terminal reporter output messes up with my reporter output when I'm using it with protractor.

zemirco commented 10 years ago

+1

See my current tests at nghellostyle#L742. The default dots still show up and break the indentation.

bcaudan commented 10 years ago

Managing reporters could be a big topic on protractor but this can be a first step to easily add custom console reporter. If this approach does not seems fine, I'll be glad to discuss it with you to find a better way and to help you to implement it.

daniellmb commented 10 years ago

+1 I'm interested in using custom reporters as well...

mathieubigorne commented 10 years ago

+1 Great Job

flegall commented 10 years ago

+1

juliemr commented 10 years ago

Sooo the Jasmine 2.0 move changed a lot of stuff underlying this change. Mind rebasing?

bcaudan commented 10 years ago

Done!

juliemr commented 10 years ago

note: this is done in the Jasmine branch with 0821f58eabbe81b298ad87487901304fec384c87

and released for jasmine1 with v1.1.0