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?
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.