]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/local-protractor.conf.js
Playlist miniature consistent font size
[github/Chocobozzz/PeerTube.git] / client / e2e / local-protractor.conf.js
index a4990fcefc4fd8c036fb468459811c183e5ca465..5080f2528cedeb112579952d42ad84ca9b14f258 100644 (file)
@@ -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: {