diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-17 10:55:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-17 15:20:21 +0200 |
commit | 5f92c4dc5f08094548be9d23080dd3ca75741c65 (patch) | |
tree | a5fd5e2e7f46b28817733afc3cd1a3afcdab0c3a /client/e2e/protractor.conf.js | |
parent | 74af5a8361f4ccb460001706ce249d50c747f361 (diff) | |
download | PeerTube-5f92c4dc5f08094548be9d23080dd3ca75741c65.tar.gz PeerTube-5f92c4dc5f08094548be9d23080dd3ca75741c65.tar.zst PeerTube-5f92c4dc5f08094548be9d23080dd3ca75741c65.zip |
Add videos e2e tests
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', |