Tests/tests/pytest.ini
2026-01-19 23:32:11 +04:00

15 lines
286 B
INI

[pytest]
testpaths = tests
pythonpath = ../
addopts =
-v
--strict-markers
--alluredir=reports/allure-results/
--clean-alluredir
-p no:warnings
markers =
smoke: Smoke tests
regression: Regression tests
api: API tests
ui: UI tests
slow: Slow running tests