15 lines
286 B
INI
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
|