john-doherty / selenium-cucumber-js

Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
ISC License
120 stars 89 forks source link

Is there a way to suppress opening the report after the features have run? #6

Closed octatone closed 7 years ago

octatone commented 7 years ago

I really only want the command line summary. I don't want the report opening automatically in my browser on each run.

john-doherty commented 7 years ago

Hi @octatone, sorry for the delay - super busy at the moment. I've just added a -d command line switch to disable auto launching the test report.

octatone commented 7 years ago

Thanks!