selenium_automation_project/pytest.ini

5 lines
175 B
INI

[pytest]
addopts = -vs --alluredir=reports/allure_results --clean-alluredir
markers =
smoke: mark a test as a smoke test.
regression: mark a test as a regression test.