Initial commit

This commit is contained in:
KamilM1205 2026-01-19 23:32:11 +04:00
commit 9795660e1f
43 changed files with 2757 additions and 0 deletions

15
tests/pytest.ini Normal file
View file

@ -0,0 +1,15 @@
[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