Skip to content

Commit 902bad6

Browse files
committed
MQE-1671: document using credentials with vault in MFTF tests
1 parent 3c3f2ce commit 902bad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Credentials can be used in actions: [`fillField`][], [`magentoCLI`][], and [`cre
149149
Define the value as a reference to the corresponding key in the credentials file or vault such as `{{_CREDS.my_data_key}}`:
150150

151151
- `_CREDS` is an environment constant pointing to the `.credentials` file
152-
- `my_data_key` is a key in the the `.credentials` file that contains the value to be used in a test step
152+
- `my_data_key` is a key in the the `.credentials` file or vault that contains the value to be used in a test step
153153

154154
For example, reference secret data in the [`fillField`][] action with the `userInput` attribute.
155155

0 commit comments

Comments
 (0)