You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"headed: test must run in headed mode (e.g. uses pynput)",
"incident: incident smoke tests",
"unstable: temporary mark for unstable tests",
"slow: test is clocked at more than 30s on modern machines",
"ci: basic tests to run in ci",
"locale_de: tests run in DE locale versions",
"locale_fr: tests run in FR locale versions",
"locale_gb: tests run in GB locale versions"
]
testpaths = [
"tests"
]
addopts = "-vs --ci --run-headless --json-report --reruns 3 --reruns-delay 3 -m 'not incident and not unstable and not headed' --html=artifacts/report.html"