File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -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
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ vault login -method -path
9898The MFTF uses the ` KV Version 2 ` secret engine for secret storage.
9999More information for working with ` KV Version 2 ` can be found in [ Vault KV2] [ Vault KV2 ] .
100100
101- ### Secrets path and key convention
101+ #### Secrets path and key convention
102102
103103The path and key for secret data must follow the format:
104104
@@ -114,7 +114,7 @@ secret/mftf/magento/carriers_usps_userid
114114secret/mftf/magento/carriers_usps_password
115115```
116116
117- ### Write secrets to vault
117+ #### Write secrets to vault
118118
119119You can use vault CLI or API to write secret data (credentials, etc) to vault. Here is a CLI example:
120120
You can’t perform that action at this time.
0 commit comments