Differential Revision: https://phabricator.services.mozilla.com/D291384
25 lines
1.5 KiB
INI
25 lines
1.5 KiB
INI
[pytest]
|
|
console_output_style = classic
|
|
markers =
|
|
only_firefox_versions: only run tests on specific firefox versions (specify min and/or max)
|
|
only_platforms: only run tests on specific platforms (mac, linux, windows, android, fenix)
|
|
skip_platforms: skip tests on specific platforms (mac, linux, windows, android)
|
|
actual_platform_required: platform overrides will not work with this test
|
|
only_channels: only run tests on specific channels (beta, esr, nightly, stable)
|
|
skip_channels: skip tests on specific channels (beta, esr, nightly, stable)
|
|
with_interventions: enable web-compat interventions
|
|
without_interventions: disable web-compat interventions
|
|
use_big_minimum_font_size: set a minimum font size that is bigger than the default
|
|
need_visible_scrollbars: mark a test as requiring visible scrollbars
|
|
no_overlay_scrollbars: disable overlay scrollbars where possible
|
|
enable_moztransform: force-enable moz-prefixed CSS transform pref
|
|
disable_moztransform: force-disable moz-prefixed CSS transform pref
|
|
enable_speechrecognition: force-enable speechrecognition pref
|
|
disable_speechrecognition: force-disable speechrecognition pref
|
|
enable_standard_captureStream: force-enable standard captureStream pref
|
|
disable_standard_captureStream: force-disable standard captureStream pref
|
|
enable_webkit_scrollbar: force-enable -webkit-scrollbar pref
|
|
disable_webkit_scrollbar: force-disable -webkit-scrollbar pref
|
|
enable_webkit_fill_available: force-enable -webkit-fill-available pref
|
|
disable_webkit_fill_available: force-disable -webkit-fill-available pref
|