jasmine-node
jasmine-node copied to clipboard
Hiding skipped tests
I see that in 1.10.0 Skipped tests now show in the terminal reporter's output
, is there a way to suppress this? I still want to see the # skipped, but I don't need to see the text of all of the other describes and its that I have skipped.
Is there an option disabling this?
Thanks.
I'd like to hide skipped tests from the terminal reporter's output as well. I'm focusing on a single set of tests with fdescribe
, and there are hundreds of tests in the project I'm working on. Over 90% of jasmine's output now is verbiage on the disabled tests. Is there any way I can suppress this?
I'd like this feature too