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

Hiding skipped tests

Open lrice opened this issue 9 years ago • 2 comments

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.

lrice avatar Mar 26 '15 22:03 lrice

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?

arjun-menon avatar Jul 07 '16 21:07 arjun-menon

I'd like this feature too

massimocode avatar Jan 06 '17 10:01 massimocode