tor-browser

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

README (566B)


      1 To run the tests in this directory, from the top source directory,
      2 either invoke the test dispatcher in mach:
      3 
      4 	% ./mach test remote/marionette/test/xpcshell
      5 
      6 Or call out the harness specifically:
      7 
      8 	% ./mach xpcshell-test remote/marionette/test/xpcshell
      9 
     10 The latter gives you the --sequential option which can be useful
     11 when debugging to prevent tests from running in parallel.
     12 
     13 When adding new tests you must make sure they are listed in
     14 xpcshell.toml, otherwise they will not run on try.
     15 
     16 See also ../../doc/Testing.md for more advice on our other types of tests.