Initial commit
This commit is contained in:
commit
9795660e1f
43 changed files with 2757 additions and 0 deletions
15
tests/pytest.ini
Normal file
15
tests/pytest.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue