]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: add missing binary option
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 8 Jun 2022 13:58:21 +0000 (15:58 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
packages/router/e2e/nightwatch.config.js

index c3ea7e2a2f9e67a4eb8f98caf69ae0d0b626c8fc..0b27b3cdb128cbfb2a6496b1ddcc3e3045d738de 100644 (file)
@@ -83,6 +83,7 @@ module.exports = {
         browserName: 'firefox',
         acceptSslCerts: true,
         'moz:firefoxOptions': {
+          binary: require('geckodriver').path,
           args: [],
         },
       },