Files
The_Great_Excel_Project/pytest.ini
2026-07-28 13:31:58 +03:00

13 lines
205 B
INI

[pytest]
addopts =
-l
-v
--alluredir=tests/allure-results/reports/
testpaths =
tests
markers=
unit: unit tests
integra: integrations test
e2e: e2e tests
smoke: smoke tests