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 1
1
# Configuration
2
2
3
3
The ` *.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.
5
5
Advanced users can create custom configurations based on requirements and environment.
6
6
7
7
## Basic configuration
@@ -204,7 +204,7 @@ Example:
204
204
FW_BP=~/magento/magento2-functional-testing-framework
205
205
```
206
206
207
- #### TESTS_MODULE_PATH
207
+ ## TESTS_MODULE_PATH
208
208
209
209
The path to where the MFTF modules mirror Magento modules.
210
210
@@ -239,7 +239,7 @@ Modify the default value:
239
239
240
240
Example: ` dev/tests/acceptance/utils/command.php `
241
241
242
- ### BROWSER
242
+ ## BROWSER
243
243
244
244
Override the default browser performing the tests.
245
245
@@ -251,7 +251,7 @@ Example:
251
251
BROWSER=firefox
252
252
```
253
253
254
- ### CREDENTIAL_VAULT_ADDRESS
254
+ ## CREDENTIAL_VAULT_ADDRESS
255
255
256
256
The Api address for a vault server.
257
257
@@ -264,7 +264,7 @@ Example:
264
264
CREDENTIAL_VAULT_ADDRESS=http://127.0.0.1:8200
265
265
```
266
266
267
- ### CREDENTIAL_VAULT_SECRET_BASE_PATH
267
+ ## CREDENTIAL_VAULT_SECRET_BASE_PATH
268
268
269
269
Vault secret engine base path.
270
270
You can’t perform that action at this time.
0 commit comments