diff options
Diffstat (limited to 'client/e2e/protractor.conf.js')
-rw-r--r-- | client/e2e/protractor.conf.js | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js index 932eaed51..82daa435e 100644 --- a/client/e2e/protractor.conf.js +++ b/client/e2e/protractor.conf.js | |||
@@ -8,16 +8,17 @@ exports.config = { | |||
8 | specs: [ | 8 | specs: [ |
9 | './src/**/*.e2e-spec.ts' | 9 | './src/**/*.e2e-spec.ts' |
10 | ], | 10 | ], |
11 | multiCapabilities: [ | 11 | |
12 | { | 12 | seleniumAddress: 'http://hub-cloud.browserstack.com/wd/hub', |
13 | 'browserName': 'firefox', | 13 | capabilities: { |
14 | 'moz:firefoxOptions': { | 14 | 'browserstack.user': process.env.BROWSERSTACK_USER, |
15 | binary: 'firefox-developer' | 15 | 'browserstack.key': process.env.BROWSERSTACK_KEY, |
16 | } | 16 | 'browserName': 'chrome', |
17 | } | 17 | 'browserstack.local': true, |
18 | ], | 18 | 'project': 'PeerTube' |
19 | }, | ||
20 | |||
19 | maxSessions: 1, | 21 | maxSessions: 1, |
20 | directConnect: true, | ||
21 | baseUrl: 'http://localhost:4200/', | 22 | baseUrl: 'http://localhost:4200/', |
22 | framework: 'jasmine', | 23 | framework: 'jasmine', |
23 | jasmineNodeOpts: { | 24 | jasmineNodeOpts: { |