tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pytest.ini (1092B)


      1 [pytest]
      2 console_output_style = classic
      3 markers =
      4  only_firefox_versions: only run tests on specific firefox versions (specify min and/or max)
      5  only_platforms: only run tests on specific platforms (mac, linux, windows, android, fenix)
      6  skip_platforms: skip tests on specific platforms (mac, linux, windows, android)
      7  actual_platform_required: platform overrides will not work with this test
      8  only_channels: only run tests on specific channels (beta, esr, nightly, stable)
      9  skip_channels: skip tests on specific channels (beta, esr, nightly, stable)
     10  with_interventions: enable web-compat interventions
     11  without_interventions: disable web-compat interventions
     12  need_visible_scrollbars: mark a test as requiring visible scrollbars
     13  no_overlay_scrollbars: disable overlay scrollbars where possible
     14  enable_moztransform: force-enable moz-prefixed CSS transform pref
     15  disable_moztransform: force-disable moz-prefixed CSS transform pref
     16  enable_webkit_fill_available: force-enable -webkit-fill-available pref
     17  disable_webkit_fill_available: force-disable -webkit--fill-available pref