- Installing libraries
With pip
pip install -r requirements.txt
Using poetry
poetry install
- For login tests you need to create .env file with the following content
USER_NAME=USERNAME_OF_CREATED_USER
PASSWORD=PASSWORD_OF_CREATED_USER
You can create your own users creds on the login page