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>
13 lines
401 B
INI
13 lines
401 B
INI
[pytest]
|
|
norecursedirs = .git views
|
|
addopts = -s -v --tb=line --junitxml=result.xml
|
|
junit_family=legacy
|
|
markers =
|
|
critical: TCs by priority
|
|
high: TCs by priority
|
|
medium: TCs by priority
|
|
low: TCs by priority
|
|
|
|
testrail_case_id: case ID in testrail
|
|
flaky: flaky tests for re-run if necessary
|
|
transaction: all cases that are related to transaction completion in Ropsten network |