cypress-run
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -126,2 +126,7 @@ #!/usr/bin/env node | ||
} | ||
if (results.failures) { | ||
throw results | ||
} | ||
return results | ||
}) | ||
@@ -152,2 +157,2 @@ } | ||
run(filterArgs(program)) | ||
run(filterArgs(program)).catch(err => process.exit(1)) |
{ | ||
"name": "cypress-run", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Cypress run replacement that supports parallel execution and retries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1291
47811
28