Skip to content

Commit 924c6ef

Browse files
Merge branch 'develop' into ACQE-5547
2 parents 0d3875e + b08faa3 commit 924c6ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

etc/config/.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ SELENIUM_CLOSE_ALL_SESSIONS=true
2424

2525
#*** Browser for running tests, default chrome. Uncomment and change if you want to run tests on another browser (ex. firefox).
2626
BROWSER=chrome
27+
WINDOW_WIDTH=1920
28+
WINDOW_HEIGHT=1080
2729

2830
#*** Uncomment and set host & port if your dev environment needs different value other than MAGENTO_BASE_URL for Rest API Requests ***#
2931
#MAGENTO_RESTAPI_SERVER_HOST=restapi.magento.com

etc/config/functional.suite.dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ modules:
2424
backend_name: "%MAGENTO_BACKEND_NAME%"
2525
browser: 'chrome'
2626
restart: true
27-
window_size: 1280x1024
27+
window_size: 1920x1080
2828
username: "%MAGENTO_ADMIN_USERNAME%"
2929
password: "%MAGENTO_ADMIN_PASSWORD%"
3030
pageload_timeout: "%WAIT_TIMEOUT%"
@@ -38,4 +38,4 @@ modules:
3838
capabilities:
3939
unhandledPromptBehavior: "ignore"
4040
chromeOptions:
41-
args: ["--no-sandbox", "--window-size=1280,1024", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough", "--disable-dev-shm-usage", "--ignore-certificate-errors", "--disable-component-update", "--disable-features=OptimizationHints","--disable-background-networking","--disable-domain-reliability","--disable-breakpad"]
41+
args: ["--no-sandbox", "--window-size=1920,1080", "--disable-extensions", "--enable-automation", "--disable-gpu", "--enable-Passthrough", "--disable-dev-shm-usage", "--ignore-certificate-errors", "--disable-component-update", "--disable-features=OptimizationHints","--disable-background-networking","--disable-domain-reliability","--disable-breakpad"]

0 commit comments

Comments
 (0)