tor-browser

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

browser-telemetry-startup.toml (529B)


      1 [DEFAULT]
      2 tags = "devtools"
      3 subsuite = "devtools"
      4 support-files = [
      5  "head.js",
      6  "!/devtools/client/shared/test/shared-head.js",
      7  "!/devtools/client/shared/test/telemetry-test-helpers.js",
      8 ]
      9 
     10 ["browser_toolbox_telemetry_open_event.js"]
     11 # This test suite is dedicated to run a test for the telemetry event logged when
     12 # opening the toolbox for the first time. This test has to be the first test
     13 # running for a given instance of Firefox. A dedicated manifest will ensure a
     14 # new browser instance is created just for this test.