Skip to content

Commit 39a008f

Browse files
committed
try headless on CI
1 parent 6e710d6 commit 39a008f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/integration_tests/selenium_generic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def setup_method(self, method):
6666
opt.add_argument("--enable-javascript")
6767
opt.add_argument('--allow-insecure-localhost')
6868
opt.add_argument("--whitelisted-ips=''")
69+
opt.add_argument("--window-size=1920,1080")
70+
opt.add_argument("--headless")
6971

7072
self.driver = webdriver.Remote(
7173
command_executor='http://chrome:4444/wd/hub', options=opt)

0 commit comments

Comments
 (0)