From 73d9fbda423b125797c06ece85fd04a747159d99 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 8 Jun 2022 15:58:21 +0200 Subject: [PATCH] ci: add missing binary option --- packages/router/e2e/nightwatch.config.js | 1 + 1 file changed, 1 insertion(+) 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: [], }, }, -- 2.47.2