X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fe2e%2Flocal-protractor.conf.js;h=16f039025595aac01780d0d88eeea41e821a4ef5;hb=2564d97e0d77340ede0031936082cc37d6f8fd79;hp=53edf26f26574c76331616d0c6a3aff5af87335d;hpb=9e3e248109ffe5fc208c23081cbcffdb9a682ff4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js index 53edf26f2..16f039025 100644 --- a/client/e2e/local-protractor.conf.js +++ b/client/e2e/local-protractor.conf.js @@ -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,