webdriverio-community / wdio-video-reporter

Reporter for WebdriverIO that makes videos of failed tests and has optional allure integration
https://webdriver.io/docs/wdio-video-reporter
MIT License
58 stars 47 forks source link

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

Closed seanpoulter closed 5 months ago

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