Is there any way to disable / squash the launcher output when using protractor/saucelabs/gulp sample output below:
[firefox #2]
[firefox #2]
[firefox #2] rawFlowsForLast
✓ should return a valid es result
[firefox #2]
[firefox #2] Main Page
✓ should have a title (4840ms)
[firefox #2]
[firefox #2]
[firefox #2] 2 passing (5s)
[firefox #2]
I'd love to disable the lines that start with [firefox #2] and just leave the test result output. Ideally it would get formatted nicely like the rest of my mocha output. I'm sure I could figure out a way to manually squash it, but it seems like there should be an option somewhere to control the output.
my gulpfile is here