DEV Community

Discussion on: Cypress & Mochawesome Report Setup.. Made Easy!

Collapse
 
cssoldiervoif profile image
Robert Dale Morris • Edited

Do you have npm-run-all installed? npmjs.com/package/npm-run-all the run-s (run synchronous) and run-p ( run in parallel) are commands from this package. Sorry for the late reply. Also, this commands (scripts) that are in your package.json are ment to be ran on Linux(bash) terminal. They will fail if running on a Windows terminal or command line.