You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: mftf/2.3/credentials.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# Credentials
5
5
6
-
When you test functionality that involves external services such as UPS, FedEx, PayPal, SignifyD, use the MFTF credentials feature to hide sensitive [data][] like integration tokens, API keys, etc.
6
+
When you test functionality that involves external services such as UPS, FedEx, PayPal, or SignifyD, use the MFTF credentials feature to hide sensitive [data][] like integration tokens and API keys.
7
7
8
8
## Define sensitive data in `.credentials`
9
9
@@ -12,7 +12,7 @@ The file contains an example list of keys for fields that can require credential
12
12
13
13
### Create `.credentials`
14
14
15
-
To make the MFTF to process the file with credentials, copy `.credentials.example` to `.credentials` while you are at the `magento2/dev/tests/acceptance/`directory:
15
+
To make the MFTF process the file with credentials, change directories to `magento2/dev/tests/acceptance/`and copy `.credentials.example` to `.credentials`.
16
16
17
17
```bash
18
18
cd dev/tests/acceptance/
@@ -38,7 +38,7 @@ The command outputs the path if the file is excluded:
38
38
39
39
### Define sensitive data
40
40
41
-
Open the file, uncomment the fields you want to use, and add your values:
41
+
Open the `.credentials`file, uncomment the fields you want to use, and add your values:
0 commit comments