Skip to content

Commit 2e228d0

Browse files
authored
Formatting
1 parent f980fe6 commit 2e228d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration
22

33
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.
55
Advanced users can create custom configurations based on requirements and environment.
66

77
## Basic configuration
@@ -204,7 +204,7 @@ Example:
204204
FW_BP=~/magento/magento2-functional-testing-framework
205205
```
206206

207-
#### TESTS_MODULE_PATH
207+
## TESTS_MODULE_PATH
208208

209209
The path to where the MFTF modules mirror Magento modules.
210210

@@ -239,7 +239,7 @@ Modify the default value:
239239

240240
Example: `dev/tests/acceptance/utils/command.php`
241241

242-
### BROWSER
242+
## BROWSER
243243

244244
Override the default browser performing the tests.
245245

@@ -251,7 +251,7 @@ Example:
251251
BROWSER=firefox
252252
```
253253

254-
### CREDENTIAL_VAULT_ADDRESS
254+
## CREDENTIAL_VAULT_ADDRESS
255255

256256
The Api address for a vault server.
257257

@@ -264,7 +264,7 @@ Example:
264264
CREDENTIAL_VAULT_ADDRESS=http://127.0.0.1:8200
265265
```
266266

267-
### CREDENTIAL_VAULT_SECRET_BASE_PATH
267+
## CREDENTIAL_VAULT_SECRET_BASE_PATH
268268

269269
Vault secret engine base path.
270270

0 commit comments

Comments
 (0)