]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/local-protractor.conf.js
video-embed: inject custom CSS
[github/Chocobozzz/PeerTube.git] / client / e2e / local-protractor.conf.js
index 53edf26f26574c76331616d0c6a3aff5af87335d..16f039025595aac01780d0d88eeea41e821a4ef5 100644 (file)
@@ -7,20 +7,21 @@ exports.config = {
   allScriptsTimeout: 25000,
   specs: ['./src/**/*.e2e-spec.ts'],
 
-  seleniumAddress: 'http://localhost:4444/wd/hub',
+  directConnect: true,
 
   capabilities: {
     'browserName': 'firefox',
     'moz:firefoxOptions': {
-      'args': ["-headless"],
-      "log": {
+      binary: '/usr/bin/firefox-developer-edition',
+      // args: ["-headless"],
+      log: {
         "level": "info" // default is "info"
       }
     }
   },
 
   // maxSessions: 1,
-  baseUrl: 'http://localhost:3333/',
+  baseUrl: 'http://localhost:3000/',
   framework: 'jasmine',
   jasmineNodeOpts: {
     showColors: true,