@nightwatch/esbuild-utils
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
@@ -156,2 +156,3 @@ const path = require('path'); | ||
let componentDefault; | ||
this.desiredCapabilities.pageLoadStrategy = this.argv.debug ? 'none' : 'eager'; | ||
this.skipTestcasesOnFail = false; | ||
@@ -158,0 +159,0 @@ try { |
22007
492