Hello,
I'm using gulp-webserver to run end to end tests with gulp-protractor. Once the tests have been run I'd like to be able to shut the server down. However, it would appear that emitting kill to the stream does not kill off the livereload server.
The reason livereload is even enabled is because the server is also used during regular development. Of course I can use a quick fix and only run livereload when the server is not used in conjunction with the tests, but figured desired behaviour would be to kill livereload as well.
Cheers.
Hello,
I'm using
gulp-webserverto run end to end tests withgulp-protractor. Once the tests have been run I'd like to be able to shut the server down. However, it would appear that emittingkillto the stream does not kill off the livereload server.The reason livereload is even enabled is because the server is also used during regular development. Of course I can use a quick fix and only run livereload when the server is not used in conjunction with the tests, but figured desired behaviour would be to kill livereload as well.
Cheers.