From 814e9e07ba65446af8446dbbd2f0d70c85fd1b33 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 Oct 2022 11:19:54 +0200 Subject: Improve E2E tests Add tests for private video static endpoints Fix tests for local firefox --- client/e2e/wdio.local-test.conf.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'client/e2e/wdio.local-test.conf.ts') 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, -- cgit v1.2.3