From 75f2d176a9ed156dd7143e75e09f48303a502c6f Mon Sep 17 00:00:00 2001 From: David Racodon Date: Mon, 19 Nov 2018 17:58:08 +0100 Subject: [PATCH] Fix #4 Add Selenium server conf to template --- template/wdio.conf.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/template/wdio.conf.js b/template/wdio.conf.js index ce8a0af..058df5a 100644 --- a/template/wdio.conf.js +++ b/template/wdio.conf.js @@ -47,6 +47,11 @@ const config = { // }, ], + // services: ['selenium-standalone'], + // host: '0.0.0.0', + // port: '4444', + // path: '/wd/hub', + // seleniumInstallArgs: { // proxy: 'http://localhost:3128', // drivers: {