status-mobile/test/appium/pytest.ini

17 lines
591 B
INI
Raw Normal View History

[pytest]
norecursedirs = .git views
addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 8
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
2024-07-12 16:29:44 +00:00
smoke: PR tests
nightly: nightly tests
secured: tests where SauceLabs session link is not posted in PR comments