tor-browser

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

xpcshell.toml (301B)


      1 [DEFAULT]
      2 tags = "devtools"
      3 head = "xpcshell-head.js"
      4 firefox-appdir = "browser"
      5 support-files = ["adb.py"]
      6 run-if = [
      7  "os != 'android'",
      8 ]
      9 
     10 ["test_adb.js"]
     11 run-sequentially = ["true"] # An extension having the same id is installed/uninstalled in different tests
     12 
     13 ["test_prepare-tcp-connection.js"]