pytest_api/pytest.ini

17 lines
415 B
INI

[pytest]
markers =
prod: prod_case
testing: testing_case
staging: staging_case
testing_global: testing_global_case
staging_global: staging_global_case
addopts =
;Generate HTML report
--html=./report/pytest_html/result.html --self-contained-html
;--junit-xml=./report/pytest_html/result.xml
;
;testpaths = ./test_case/dmglobal/dmglobalsystem
;testpaths = ./test_case/dm/versionsmanager