- Created some tests
- Created tests configuration
- Enabled allure reporter
Preferences -> Tools -> Default test runner -> PyCharm
For example: you have tests @pytest.mark.uitest that execute them you need to:
pytest -m uitest
Preferences -> Tools -> Default test runner -> PyCharm
For example: you have tests @pytest.mark.uitest that execute them you need to:
pytest -m uitest