webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO
https://webdriverio-community.github.io/wdio-vscode-service/
MIT License
29 stars 23 forks source link

chore(deps): Replace unmaintained npm-run-all with npm-run-all2 #118

Closed seanpoulter closed 3 months ago

seanpoulter commented 3 months ago

Proposed Changes

This PR builds on https://github.com/webdriverio/webdriverio/pull/12628:

I noticed that this project is using npm-run-all still and not the maintained fork npm-run-all2. Here's a PR that fixes that.

Notes