mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 17:54:32 +00:00
10 lines
344 B
INI
10 lines
344 B
INI
[pytest]
|
|
norecursedirs = .git views
|
|
addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 9
|
|
junit_family=legacy
|
|
markers =
|
|
testrail_id: case ID in testrail
|
|
flaky: flaky tests for re-run if necessary
|
|
smoke: PR tests
|
|
nightly: nightly tests
|
|
secured: tests where SauceLabs session link is not posted in PR comments |