teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Is keepAlive option unique to grunt-protractor-runner? #175

Open HomeboxJim opened 8 years ago

HomeboxJim commented 8 years ago

Hi,

Sorry if this is off-topic. I've been using this project with the "keepAlive" parameter so that the tests will continue to run even if there is a failing test.

The problem is that now I've moved to a new project that uses gulp to run protractor, but I can't find any keepAlive parameters. If I was running protractor straight up by using the actual protractor command in the command line can I pass in some parameter that does this same "keepAlive" functionality?

Thanks.