X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fe2e%2Flocal-protractor.conf.js;h=a4990fcefc4fd8c036fb468459811c183e5ca465;hb=84c7cde6e81426a42e7aa29187b473bc89f1c8f6;hp=53edf26f26574c76331616d0c6a3aff5af87335d;hpb=1e17071bacc8a78c9145ba602113b1b52dd8fe7b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js index 53edf26f2..a4990fcef 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-esr', + // args: ["-headless"], + log: { "level": "info" // default is "info" } } }, // maxSessions: 1, - baseUrl: 'http://localhost:3333/', + baseUrl: 'http://localhost:3000/', framework: 'jasmine', jasmineNodeOpts: { showColors: true,