Update dependecies

This commit is contained in:
Thomas Nordquist
2020-04-16 10:31:20 +02:00
parent ff66d10aaa
commit 65e9f2e074
5 changed files with 831 additions and 615 deletions

View File

@@ -28,6 +28,7 @@ const runningUiTestOnCi = os.platform() === 'darwin' ? [] : ['--runningUiTestOnC
const options = {
host: '127.0.0.1', // Use localhost as chrome driver server
port: 9515, // "9515" is the port opened by chrome driver.
path: '/wd/hub',
capabilities: {
browserName: 'chrome',
'goog:chromeOptions': {