aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/wdio.local-test.conf.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e/wdio.local-test.conf.ts')
-rw-r--r--client/e2e/wdio.local-test.conf.ts11
1 files changed, 10 insertions, 1 deletions
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 = {
26 prefs 26 prefs
27 } 27 }
28 } 28 }
29 // {
30 // browserName: 'firefox',
31 // 'moz:firefoxOptions': {
32 // binary: '/usr/bin/firefox-developer-edition',
33 // args: [ '--headless', '--window-size=1280,1024' ],
34
35 // prefs
36 // }
37 // }
29 ], 38 ],
30 39
31 services: [ 'chromedriver' ], 40 services: [ 'chromedriver', 'geckodriver' ],
32 41
33 beforeSession: beforeLocalSession, 42 beforeSession: beforeLocalSession,
34 beforeSuite: beforeLocalSuite, 43 beforeSuite: beforeLocalSuite,