diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-21 11:24:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-21 14:04:44 +0100 |
commit | 84c7cde6e81426a42e7aa29187b473bc89f1c8f6 (patch) | |
tree | 5c85056f29bc563a6ea29ced4736d4d5cd9851fd /client/e2e/local-protractor.conf.js | |
parent | 1e17071bacc8a78c9145ba602113b1b52dd8fe7b (diff) | |
download | PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.tar.gz PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.tar.zst PeerTube-84c7cde6e81426a42e7aa29187b473bc89f1c8f6.zip |
Update E2E tests
Diffstat (limited to 'client/e2e/local-protractor.conf.js')
-rw-r--r-- | client/e2e/local-protractor.conf.js | 9 |
1 files changed, 5 insertions, 4 deletions
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 = { | |||
7 | allScriptsTimeout: 25000, | 7 | allScriptsTimeout: 25000, |
8 | specs: ['./src/**/*.e2e-spec.ts'], | 8 | specs: ['./src/**/*.e2e-spec.ts'], |
9 | 9 | ||
10 | seleniumAddress: 'http://localhost:4444/wd/hub', | 10 | directConnect: true, |
11 | 11 | ||
12 | capabilities: { | 12 | capabilities: { |
13 | 'browserName': 'firefox', | 13 | 'browserName': 'firefox', |
14 | 'moz:firefoxOptions': { | 14 | 'moz:firefoxOptions': { |
15 | 'args': ["-headless"], | 15 | binary: '/usr/bin/firefox-esr', |
16 | "log": { | 16 | // args: ["-headless"], |
17 | log: { | ||
17 | "level": "info" // default is "info" | 18 | "level": "info" // default is "info" |
18 | } | 19 | } |
19 | } | 20 | } |
20 | }, | 21 | }, |
21 | 22 | ||
22 | // maxSessions: 1, | 23 | // maxSessions: 1, |
23 | baseUrl: 'http://localhost:3333/', | 24 | baseUrl: 'http://localhost:3000/', |
24 | framework: 'jasmine', | 25 | framework: 'jasmine', |
25 | jasmineNodeOpts: { | 26 | jasmineNodeOpts: { |
26 | showColors: true, | 27 | showColors: true, |