webdriverio-boneyard/gulp-webdriver

'output' option doesn't work

seb-b opened this issue · 1 comments

seb-b commented

The readme mentions a 'output' options for piping reporter output.
Doesn't look like it works and there's no reference to options.output in the source.
(looks like the text for 'output' was copied straight from grunt-webdriver too)

@seb-b good catch! You are right, output is not available in gulp-webdriver. Though it could get implemented. Feel free to open PR if you like 😉

Thanks