Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 36f6791

Browse files
KevinBKozanokolesnyk
authored andcommitted
MQE-585: Implement CLI command action
- More ENV changes.
1 parent 03e8c1e commit 36f6791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/acceptance/.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ MAGENTO_BACKEND_NAME=
3838
MAGENTO_ADMIN_USERNAME=
3939
MAGENTO_ADMIN_PASSWORD=
4040

41-
#*** Path to CLI entry point and command parameter name. Change if folder structure differs from base Magento installation
42-
MAGENTO_CLI_COMMAND_PATH=dev/tests/acceptance/utils/command.php
43-
MAGENTO_CLI_COMMAND_PARAMETER=command
41+
#*** Path to CLI entry point and command parameter name. Uncomment and change if folder structure differs from standard Magento installation
42+
#MAGENTO_CLI_COMMAND_PATH=dev/tests/acceptance/utils/command.php
43+
#MAGENTO_CLI_COMMAND_PARAMETER=command
4444

4545
#*** Selenium Server Protocol, Host, Port, and Path, with local defaults. Uncomment and change if not running Selenium locally.
4646
#SELENIUM_HOST=127.0.0.1

0 commit comments

Comments
 (0)