mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
fea916590a
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
12 lines
311 B
Python
12 lines
311 B
Python
import pytest
|
|
|
|
testrail_case_id = pytest.mark.testrail_case_id
|
|
testrail_id = pytest.mark.testrail_id # atomic tests
|
|
critical = pytest.mark.critical
|
|
high = pytest.mark.high
|
|
medium = pytest.mark.medium
|
|
low = pytest.mark.low
|
|
|
|
flaky = pytest.mark.flaky
|
|
transaction = pytest.mark.transaction
|
|
skip = pytest.mark.skip |