webdriverio-boneyard / gulp-webdriver

gulp-webdriver is a gulp plugin to run selenium tests with the WebdriverIO testrunner
http://webdriver.io
MIT License
76 stars 33 forks source link

Npm v2.0.2 does not match the github v2.0.2 #53

Closed kevinlambert closed 7 years ago

kevinlambert commented 7 years ago

It seems the the code on npm does not match the code on github for v2.0.2.

The stream end event is not in the npm version.

process.nextTick(() => stream.emit('end'))

christian-bromann commented 7 years ago

@kevinlambert just rereleased the package. Please try again and let me know if the problem still exist.

kevinlambert commented 7 years ago

Looks good now. Added #54 which should prevent this in the future.