From 84c7cde6e81426a42e7aa29187b473bc89f1c8f6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Feb 2019 11:24:07 +0100 Subject: Update E2E tests --- client/e2e/local-protractor.conf.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client/e2e/local-protractor.conf.js') diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js index 53edf26f2..a4990fcef 100644 --- a/client/e2e/local-protractor.conf.js +++ b/client/e2e/local-protractor.conf.js @@ -7,20 +7,21 @@ exports.config = { allScriptsTimeout: 25000, specs: ['./src/**/*.e2e-spec.ts'], - seleniumAddress: 'http://localhost:4444/wd/hub', + directConnect: true, capabilities: { 'browserName': 'firefox', 'moz:firefoxOptions': { - 'args': ["-headless"], - "log": { + binary: '/usr/bin/firefox-esr', + // args: ["-headless"], + log: { "level": "info" // default is "info" } } }, // maxSessions: 1, - baseUrl: 'http://localhost:3333/', + baseUrl: 'http://localhost:3000/', framework: 'jasmine', jasmineNodeOpts: { showColors: true, -- cgit v1.2.3