We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5006a4 commit 59a7399Copy full SHA for 59a7399
lib/testWithSpectron.js
@@ -26,7 +26,8 @@ module.exports = (options = {}) =>
26
if (outputDirMatch) {
27
// Record output dir
28
outputDir = outputDirMatch[0].split('=')[1]
29
- } else if (urlMatch) {
+ }
30
+ if (urlMatch) {
31
// Record url and launch spectron
32
const url = urlMatch[0].split('=')[1]
33
let app
0 commit comments