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

Replace gulp-util #64

Closed Lukenickerson closed 4 years ago

Lukenickerson commented 5 years ago

When installing with npm, we get the warning:

npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

According to this article and the gulp-util repo we can see that gulp-util is deprecated. There are instructions in those links on how to replace gulp-util with specific, smaller modules.

I think the only thing that's used from gulp-util is PluginError, so this module could be used instead: https://www.npmjs.com/package/plugin-error

christian-bromann commented 5 years ago

@Lukenickerson I haven't been able to put much love into this package. Any contribution to it is highly appreciated. Thanks!

jonn-set commented 4 years ago

Removed references to gulp-util, please check the above pull request.

christian-bromann commented 4 years ago

Let's continue conversation in #69