]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update protractor confg
authorChocobozzz <me@florianbigard.com>
Thu, 4 Mar 2021 09:53:38 +0000 (10:53 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 4 Mar 2021 09:53:38 +0000 (10:53 +0100)
client/e2e/local-protractor.conf.js
client/e2e/protractor.conf.js

index 16f039025595aac01780d0d88eeea41e821a4ef5..6120dab8c8ddb01317471cd089a06957fa4210f0 100644 (file)
@@ -9,16 +9,34 @@ 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,
   baseUrl: 'http://localhost:3000/',
index 2b26d2c400a4751a1b9106b94cfa57654ade9bcf..e5a23e16a65d45be1cf614b9b819250b62eb589a 100644 (file)
@@ -34,7 +34,7 @@ exports.config = {
     },
     {
       browserName: 'Firefox',
-      version: '60', // ESR,
+      version: '68', // ESR
       name: 'Firefox ESR Desktop',
       resolution: '1280x1024'
     },