webdriverio / recorder-extension

WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.
https://webdriver.io
MIT License
10 stars 4 forks source link

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

Closed seanpoulter closed 7 months ago

seanpoulter commented 7 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.