Skip to content

Commit cd20a7e

Browse files
authored
MQE-570: Sanitize MAGENTO_BASE_URL (.env file) and Selenium params
- Made SELENIUM_VARS optional in .example, as they now can be.
1 parent 8054bc6 commit cd20a7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev/tests/acceptance/.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ MAGENTO_BACKEND_NAME=
3535
MAGENTO_ADMIN_USERNAME=
3636
MAGENTO_ADMIN_PASSWORD=
3737

38-
#*** Selenium Server Protocol, Host, Port, and Path, with local defaults. Change if not running Selenium locally.
39-
SELENIUM_HOST=127.0.0.1
40-
SELENIUM_PORT=4444
41-
SELENIUM_PROTOCOL=http
42-
SELENIUM_PATH=/wd/hub
38+
#*** Selenium Server Protocol, Host, Port, and Path, with local defaults. Uncomment and change if not running Selenium locally.
39+
#SELENIUM_HOST=127.0.0.1
40+
#SELENIUM_PORT=4444
41+
#SELENIUM_PROTOCOL=http
42+
#SELENIUM_PATH=/wd/hub
4343

4444
#*** Uncomment and set host & port if your dev environment needs different value other than MAGENTO_BASE_URL for Rest API Requests ***#
4545
#MAGENTO_RESTAPI_SERVER_HOST=

0 commit comments

Comments
 (0)