status-react/test/appium/pytest.ini

17 lines
591 B
INI

[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
upgrade: upgrade TCs with migrating DB
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
smoke: PR tests
nightly: nightly tests
secured: tests where SauceLabs session link is not posted in PR comments