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

Fix issue 41 #47

Closed azaslavsky closed 8 years ago

azaslavsky commented 8 years ago

This resolved #41 for me in my local implementation. It just forces the stream to explicitly emit its "end" event. Also fixed a typo in the test spec.

azaslavsky commented 8 years ago

Ok, should be good to go.

christian-bromann commented 8 years ago

Sweet thanks!

christian-bromann commented 8 years ago

Released and published!

azaslavsky commented 8 years ago

Hmm, so I just pulled 2.0.2 off npm, and the new code still isn't in? I did npm cache clean and everything, so I do think its pulling correctly...

christian-bromann commented 8 years ago

Not sure but your code is in that version, see https://github.com/webdriverio/gulp-webdriver/blob/v2.0.2/src/index.js#L22