Dockerfile.ci & debug-ci now build working container for CI test image
This commit is contained in:
5
infra/debug-ci.py
Normal file
5
infra/debug-ci.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from selenium import webdriver
|
||||
|
||||
options = webdriver.FirefoxOptions()
|
||||
options.add_argument("--headless")
|
||||
webdriver.Firefox(options=options).quit()
|
||||
Reference in New Issue
Block a user