X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fe2e%2Flocal-protractor.conf.js;h=5080f2528cedeb112579952d42ad84ca9b14f258;hb=76b8d72e324d3a148beec38ed7b36ccfd5eb4009;hp=a4990fcefc4fd8c036fb468459811c183e5ca465;hpb=84c7cde6e81426a42e7aa29187b473bc89f1c8f6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js index a4990fcef..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-esr', - // 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: {