X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fe2e%2Fwdio.local-test.conf.ts;h=ca0bb5bfe32c5942f28570f3f5fe34ec600b333c;hb=5774e9fca1330666612734cd9b7033740b70d7b5;hp=5389ebcf034d35157b48ac66a2614850278e09f9;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/wdio.local-test.conf.ts b/client/e2e/wdio.local-test.conf.ts index 5389ebcf0..ca0bb5bfe 100644 --- a/client/e2e/wdio.local-test.conf.ts +++ b/client/e2e/wdio.local-test.conf.ts @@ -26,9 +26,18 @@ module.exports = { prefs } } + // { + // browserName: 'firefox', + // 'moz:firefoxOptions': { + // binary: '/usr/bin/firefox-developer-edition', + // args: [ '--headless', '--window-size=1280,1024' ], + + // prefs + // } + // } ], - services: [ 'chromedriver' ], + services: [ 'chromedriver', 'geckodriver' ], beforeSession: beforeLocalSession, beforeSuite: beforeLocalSuite,