Closed ParsonsProjects closed 1 month ago
It looks like this package is having issues picking up the cypress configuration which results in no test files being picked up [..]
To me it looks like it fails to execute npx
, which normally exists in your PATH
assuming you're using npm.
In any case, I recommend using a different library to parallelize your tests. This repository will soon be archived.
Current behavior
Fails to run after running
npx cypress-parallel --node 1:5
Desired behavior
Runs tests in parallel.
Notes
It looks like this package is having issues picking up the cypress configuration which results in no test files being picked up and passed into the command line, I see that this package also uses
@badeball/cypress-configuration
the same as@badeball/cypress-cucumber-preprocessor
I currently have@badeball/cypress-cucumber-preprocessor
installed and working. See cypress config below:Versions