Closed Frankusky closed 7 years ago
Looks like the issue is in this line
But I dont know how to fix it :disappointed: I dont know if changing the event to end
will be a good idea
Adding on error event will let the gulp pipe continue:
.pipe(gulpNightwatch(nightwatchOptions))
.on("error",function(){
this.emit("end")
})
When some test fail it wont continue with the pipe. Error message: