Confirmed users
1,927
edits
Line 10: | Line 10: | ||
=== Running Tests === | === Running Tests === | ||
'''Standalone''' | |||
Currently tests are run from the command line with python.<br> | Currently tests are run from the command line with python.<br> | ||
Line 22: | Line 24: | ||
#Clone the Peptest repo at [https://github.com/mozilla/peptest github.com/mozilla/peptest] and install peptest (python setup.py develop)<br> | #Clone the Peptest repo at [https://github.com/mozilla/peptest github.com/mozilla/peptest] and install peptest (python setup.py develop)<br> | ||
#Run the command (use --help for a full list of options)<br><pre>peptest --binary <path_to_binary> --test-path <path_to_test_manifest></pre> | #Run the command (use --help for a full list of options)<br><pre>peptest --binary <path_to_binary> --test-path <path_to_test_manifest></pre> | ||
'''From within mozilla-central''' | |||
After building, go to your obj dir and type 'make peptest'. This will run all tests in proxy mode, i.e., without accessing the network. | |||
=== Test Manifest === | === Test Manifest === |