kronwalled
Results
1
comments of
kronwalled
changing the cleanResultsPath method in **node_modules/cypress-parallel/cli.js** to the following did the trick for me: ` function cleanResultsPath() { if(!fs.existsSync(resultsPath)) { fs.mkdirSync(resultsPath, { recursive: true }) } else { fs.readdir(resultsPath, (err,...