Skip to content

Commit 7ce6306

Browse files
author
dmy.berezovskyi
committed
Merge remote-tracking branch 'origin/main'
2 parents 13877f1 + 51ab51e commit 7ce6306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The linting configuration defines rules that dictate the checks performed. Custo
113113
### Secrets
114114
To secure our passwords or sensitive data, we store them in an encrypted form. For this, we use the [secure-test-automation](https://pypi.org/project/secure-test-automation/) library.
115115
implementation on framework side: utils/crypto.py
116-
The encryption key is stored in `/config/key.properties` (this file should be added to `.gitignore`) for local testing.
116+
**Pay attention** The encryption key is stored in `/config/key.properties` (this file should be added to `.gitignore`) for local testing.
117117
For executing tests in remote environments (e.g., BrowserStack, Jenkins, etc.), we have integrated the Vault HashiCorp library.
118118

119119
```python
@@ -126,4 +126,4 @@ def get_password():
126126
```
127127

128128

129-
### Demo tool https://demoqa.com/text-box
129+
### Demo tool https://demoqa.com/text-box

0 commit comments

Comments
 (0)