better-cypress-testrail-reporter
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -75,3 +75,2 @@ "use strict"; | ||
// Read and store cli arguments into array | ||
// Read and store cli arguments into array | ||
var cliArgs = process.argv.slice(2); | ||
@@ -93,2 +92,5 @@ /** | ||
} | ||
if (result === undefined) { | ||
result = "cypress/integration/**/*,cypress/e2e/**/*,cypress/tests/**/*"; | ||
} | ||
var specArg = result.split(/,/); | ||
@@ -95,0 +97,0 @@ specFilesArray = glob.sync(specArg, { nodir: true }); |
{ | ||
"name": "better-cypress-testrail-reporter", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "A Testrail reporter for cypress including TestRail API basic library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
36021
600