tor-browser

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

browser_metrics.toml (827B)


      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 # Tests counting the numbers of loaded modules have distinct manifest file to execute the test
     11 # individually, without any other test being executed before or after, as it could impact
     12 # the number of loaded modules.
     13 # This manifest file is for all the _other_ tests, where such setup isn't relevant.
     14 
     15 ["browser_metrics_pool.js"]
     16 run-if = [
     17  "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt
     18 ]
     19 skip-if = [
     20  "verify", # metrics tests should only run once, they are designed to record module usage and will fail in verify because the number of modules will be different after the first load.
     21 ]