- Created some tests
- Created tests configuration
- Enabled allure reporter
- Added logging
- Create .env file in root directory
- Copy content form .env.example to .env file
- Add to .env deployed Sock Shop IP-address
- Add to .env absolute path to src directory
For example: you have tests @pytest.mark.api that execute them you need to:
pytest -m api
If you wants to execute test with more then one tag:
pytest -m positive, negative