create-nightwatch
Advanced tools
Comparing version
@@ -73,3 +73,3 @@ "use strict"; | ||
if (['local', 'both'].includes(answers.backend)) { | ||
browsers.push({ name: 'Local selenium-server', value: 'selenium-server' }); | ||
return browsers.concat({ name: 'Local selenium-server', value: 'selenium-server' }); | ||
} | ||
@@ -76,0 +76,0 @@ return browsers; |
@@ -18,2 +18,3 @@ "use strict"; | ||
console.error(constants_1.NIGHTWATCH_TITLE); | ||
console.error(argv, args, options); | ||
const rootDir = path_1.default.resolve(process.cwd(), args[0] || ''); | ||
@@ -20,0 +21,0 @@ if (!fs_1.default.existsSync(path_1.default.join(rootDir, 'package.json'))) { |
{ | ||
"name": "create-nightwatch", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A single-command tool to setup Nightwatch.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
82595
0.06%1481
0.07%