forked from mozilla/klaatu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
16 lines (15 loc) · 779 Bytes
/
pytest.ini
File metadata and controls
16 lines (15 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
[pytest]
addopts = -vvv -p no:warnings -s --reruns 2 --reruns-delay 20 --self-contained-html --html=tests/report.html --full-trace --timeout=600 --timeout-method=thread
sensitive_url = mozilla\.(com|org)
log_cli = true
log_cli_level = info
timeout_func_only = false
markers =
expire_experiment: mark a test that will need the experiment to be expired
last: mark a test to run last
first: mark a test to run first
update_test: mark a test as needing the additional firefox binary for updating
reuse_profile: mark a test to use the same profile after a restart