2017-08-28 10:02:20 +00:00
|
|
|
[pytest]
|
|
|
|
norecursedirs = .git views
|
2023-07-05 09:55:40 +00:00
|
|
|
addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 6
|
2020-02-24 11:30:45 +00:00
|
|
|
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
|
2020-02-24 11:30:45 +00:00
|
|
|
|
2020-09-04 15:34:58 +00:00
|
|
|
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
|