From: Eduardo San Martin Morote Date: Thu, 4 Nov 2021 10:02:34 +0000 (+0100) Subject: chore: nightwatch config update X-Git-Tag: v4.0.13~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c111f9421d734b3bf3aeb944facf46b71be953b1;p=thirdparty%2Fvuejs%2Frouter.git chore: nightwatch config update --- diff --git a/e2e/nightwatch.config.js b/e2e/nightwatch.config.js index b188db04..46798374 100644 --- a/e2e/nightwatch.config.js +++ b/e2e/nightwatch.config.js @@ -29,7 +29,7 @@ module.exports = { port: 4444, server_path: require('selenium-server').path, cli_args: { - 'webdriver.chrome.driver': require('chromedriver').path, + // 'webdriver.chrome.driver': require('chromedriver').path, // 'webdriver.gecko.driver': require('geckodriver').path, }, },