status-react/test/appium/pytest.ini

15 lines
507 B
INI
Raw Normal View History

[pytest]
norecursedirs = .git views
2022-07-12 15:14:32 +00:00
addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 5
junit_family=legacy
markers =
critical: TCs by priority
high: TCs by priority
medium: TCs by priority
low: TCs by priority
2021-09-28 15:50:55 +00:00
upgrade: upgrade TCs with migrating DB
testrail_case_id: case ID in testrail
flaky: flaky tests for re-run if necessary
2022-12-29 13:49:00 +00:00
transaction: all cases that are related to transaction completion in Ropsten network
new_ui_critical: PR tests in new UI