cypress-run
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -111,3 +111,3 @@ #!/usr/bin/env node | ||
if (config.group) { | ||
retryGroupName = `${config.group}: retry #${num} (${specs.length} spec${ | ||
retryGroupName = `${opts.group}: retry #${num} (${specs.length} spec${ | ||
specs.length === 1 ? '' : 's' | ||
@@ -114,0 +114,0 @@ } on ${uniqueId})` |
{ | ||
"name": "cypress-run", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Cypress run replacement that supports parallel execution and retries", | ||
"main": "index.js", | ||
"scripts": { | ||
"cypress:run": "cypress-run" | ||
"cypress:run": "./index.js", | ||
"cypress:verify": "cypress verify" | ||
}, | ||
@@ -9,0 +10,0 @@ "repository": { |
47671
28