status-react/test/appium/tests/marks.py

12 lines
284 B
Python
Raw Normal View History

import pytest
testrail_case_id = pytest.mark.testrail_case_id
testrail_id = pytest.mark.testrail_id # atomic tests
critical = pytest.mark.critical
medium = pytest.mark.medium
flaky = pytest.mark.flaky
upgrade = pytest.mark.upgrade
2021-11-18 15:16:48 +00:00
skip = pytest.mark.skip
2022-06-14 14:02:48 +00:00
xfail = pytest.mark.xfail