Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy.berezovskyi committed Jan 10, 2025
2 parents 13877f1 + 51ab51e commit 7ce6306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The linting configuration defines rules that dictate the checks performed. Custo
### Secrets
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.
implementation on framework side: utils/crypto.py
The encryption key is stored in `/config/key.properties` (this file should be added to `.gitignore`) for local testing.
**Pay attention** The encryption key is stored in `/config/key.properties` (this file should be added to `.gitignore`) for local testing.
For executing tests in remote environments (e.g., BrowserStack, Jenkins, etc.), we have integrated the Vault HashiCorp library.

```python
Expand All @@ -126,4 +126,4 @@ def get_password():
```


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

0 comments on commit 7ce6306

Please sign in to comment.