File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Configuration
22
33The ` *.env ` file provides additional configuration for the Magento Functional Testing Framework (MFTF).
4- To run the MFTF on your Magento testing instance, specify the basic configuration values.
4+ To run the MFTF on your Magento instance, specify the basic configuration values.
55Advanced users can create custom configurations based on requirements and environment.
66
77## Basic configuration
@@ -204,7 +204,7 @@ Example:
204204FW_BP=~/magento/magento2-functional-testing-framework
205205```
206206
207- #### TESTS_MODULE_PATH
207+ ## TESTS_MODULE_PATH
208208
209209The path to where the MFTF modules mirror Magento modules.
210210
@@ -239,7 +239,7 @@ Modify the default value:
239239
240240Example: ` dev/tests/acceptance/utils/command.php `
241241
242- ### BROWSER
242+ ## BROWSER
243243
244244Override the default browser performing the tests.
245245
@@ -251,7 +251,7 @@ Example:
251251BROWSER=firefox
252252```
253253
254- ### CREDENTIAL_VAULT_ADDRESS
254+ ## CREDENTIAL_VAULT_ADDRESS
255255
256256The Api address for a vault server.
257257
@@ -264,7 +264,7 @@ Example:
264264CREDENTIAL_VAULT_ADDRESS=http://127.0.0.1:8200
265265```
266266
267- ### CREDENTIAL_VAULT_SECRET_BASE_PATH
267+ ## CREDENTIAL_VAULT_SECRET_BASE_PATH
268268
269269Vault secret engine base path.
270270
You can’t perform that action at this time.
0 commit comments