webdriverio-community / wdio-cucumberjs-json-reporter

A WDIO reporter that creates CucumberJS JSON files for WebdriverIO
https://webdriver.io/docs/wdio-cucumberjs-json-reporter
MIT License
22 stars 30 forks source link

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

Closed seanpoulter closed 2 months ago

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