Skip to content

Commit 44ced3f

Browse files
committed
#58: Allow browser type to be configured in env file
1 parent fcb3090 commit 44ced3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MAGENTO_ADMIN_PASSWORD=
2020
#SELENIUM_PATH=/wd/hub
2121

2222
#*** Browser for running tests, default chrome. Uncomment and change if you want to run tests on another browser (ex. firefox).
23-
#BROWSER=chrome
23+
BROWSER=chrome
2424

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

0 commit comments

Comments
 (0)