X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fe2e%2Flocal-protractor.conf.js;h=5080f2528cedeb112579952d42ad84ca9b14f258;hb=cdeddff142fd20f8cb8bb346625909d61c596603;hp=16f039025595aac01780d0d88eeea41e821a4ef5;hpb=2291a412d25bd139398ca9e7a5131d0c1e4ffd7d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js index 16f039025..5080f2528 100644 --- a/client/e2e/local-protractor.conf.js +++ b/client/e2e/local-protractor.conf.js @@ -9,18 +9,36 @@ exports.config = { directConnect: true, - capabilities: { - 'browserName': 'firefox', - 'moz:firefoxOptions': { - binary: '/usr/bin/firefox-developer-edition', - // args: ["-headless"], - log: { - "level": "info" // default is "info" + multiCapabilities: [ + { + 'browserName': 'firefox', + 'name': 'Firefox', + 'moz:firefoxOptions': { + binary: '/usr/bin/firefox-developer-edition', + // args: ["-headless"], + log: { + "level": "info" // default is "info" + } } + }, + { + 'browserName': 'firefox', + 'name': 'Firefox ESR', + 'moz:firefoxOptions': { + binary: '/usr/bin/firefox-esr', + // args: ["-headless"], + log: { + "level": "info" // default is "info" + } + } + }, + { + 'browserName': 'chrome', + 'name': 'Chromium' } - }, + ], - // maxSessions: 1, + maxSessions: 1, baseUrl: 'http://localhost:3000/', framework: 'jasmine', jasmineNodeOpts: {