Skip to content

Commit f2ba631

Browse files
committed
move constants from GHA to project configuration
1 parent fa27dd4 commit f2ba631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Behavioral.Automation.Selenium/Behavioral.Automation.DemoBindings/AutomationConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BASE_URL": "http://localhost:4200/",
3-
"BROWSER_PARAMS": "--window-size=1920,1080",
3+
"BROWSER_PARAMS": "--window-size=1920,1080 --allowed-ips --no-sandbox --headless",
44
"ACCESS_CLIPBOARD": false,
55
"DOWNLOAD_PATH": "",
66
"SEARCH_ATTRIBUTE": "data-automation-id",

0 commit comments

Comments
 (0)