File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ MAGENTO_ADMIN_PASSWORD=
19
19
# SELENIUM_PROTOCOL=http
20
20
# SELENIUM_PATH=/wd/hub
21
21
22
+ # *** Browser for running tests, default chrome. Uncomment and change if you want to run tests on another browser (ex. firefox).
23
+ # BROWSER=chrome
24
+
22
25
# *** Uncomment and set host & port if your dev environment needs different value other than MAGENTO_BASE_URL for Rest API Requests ***#
23
26
# MAGENTO_RESTAPI_SERVER_HOST=
24
27
# MAGENTO_RESTAPI_SERVER_PORT=
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ modules:
20
20
\Magento\FunctionalTestingFramework\Module\MagentoWebDriver :
21
21
url : " %MAGENTO_BASE_URL%"
22
22
backend_name : " %MAGENTO_BACKEND_NAME%"
23
- browser : ' chrome '
23
+ browser : ' %BROWSER% '
24
24
window_size : maximize
25
25
username : " %MAGENTO_ADMIN_USERNAME%"
26
26
password : " %MAGENTO_ADMIN_PASSWORD%"
You can’t perform that action at this time.
0 commit comments