diff options
Diffstat (limited to 'client/e2e/protractor.conf.js')
-rw-r--r-- | client/e2e/protractor.conf.js | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/client/e2e/protractor.conf.js b/client/e2e/protractor.conf.js index 30705cb72..932eaed51 100644 --- a/client/e2e/protractor.conf.js +++ b/client/e2e/protractor.conf.js | |||
@@ -8,9 +8,15 @@ exports.config = { | |||
8 | specs: [ | 8 | specs: [ |
9 | './src/**/*.e2e-spec.ts' | 9 | './src/**/*.e2e-spec.ts' |
10 | ], | 10 | ], |
11 | capabilities: { | 11 | multiCapabilities: [ |
12 | 'browserName': 'chrome' | 12 | { |
13 | }, | 13 | 'browserName': 'firefox', |
14 | 'moz:firefoxOptions': { | ||
15 | binary: 'firefox-developer' | ||
16 | } | ||
17 | } | ||
18 | ], | ||
19 | maxSessions: 1, | ||
14 | directConnect: true, | 20 | directConnect: true, |
15 | baseUrl: 'http://localhost:4200/', | 21 | baseUrl: 'http://localhost:4200/', |
16 | framework: 'jasmine', | 22 | framework: 'jasmine', |