Open alexparish opened 2 days ago
The legacy dependencies glob and is-glob can be seen in the package.json files:
glob
is-glob
https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-cucumber-framework/package.json https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-config/package.json
I believe both of these dependencies can be replaced by tinyglobby.
tinyglobby
The legacy dependencies
glob
andis-glob
can be seen in the package.json files:https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-cucumber-framework/package.json https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-config/package.json
I believe both of these dependencies can be replaced by
tinyglobby
.