From: Eduardo San Martin Morote Date: Wed, 8 Jun 2022 13:58:21 +0000 (+0200) Subject: ci: add missing binary option X-Git-Tag: v4.1.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d9fbda423b125797c06ece85fd04a747159d99;p=thirdparty%2Fvuejs%2Frouter.git ci: add missing binary option --- diff --git a/packages/router/e2e/nightwatch.config.js b/packages/router/e2e/nightwatch.config.js index c3ea7e2a..0b27b3cd 100644 --- a/packages/router/e2e/nightwatch.config.js +++ b/packages/router/e2e/nightwatch.config.js @@ -83,6 +83,7 @@ module.exports = { browserName: 'firefox', acceptSslCerts: true, 'moz:firefoxOptions': { + binary: require('geckodriver').path, args: [], }, },