Confirmed users
656
edits
(→Metric) |
|||
| Line 13: | Line 13: | ||
#Clone the mozbase repository at [https://github.com/mozilla/mozbase github.com/mozilla/mozbase]. | #Clone the mozbase repository at [https://github.com/mozilla/mozbase github.com/mozilla/mozbase]. | ||
#Create a new [http://pypi.python.org/pypi/virtualenv virtualenv] and install the mozinfo, mozlog, mozprofile, mozprocess, mozrunner and manifestdestiny packages into it (run 'python setup.py install' for each or run 'python setup_development.py' to install all the packages). | #Create a new [http://pypi.python.org/pypi/virtualenv virtualenv] and install the mozinfo, mozlog, mozprofile, mozprocess, mozrunner and manifestdestiny packages into it (run 'python setup.py install' for each or run 'python setup_development.py' to install all the packages). | ||
#Clone the Peptest repo at [https://github.com/mozilla/peptest github.com/mozilla/peptest]<br> | #Clone the Peptest repo at [https://github.com/mozilla/peptest github.com/mozilla/peptest] and install peptest (python setup.py install)<br> | ||
#Run the command (use --help for a full list of commands)<br><pre> | #Run the command (use --help for a full list of commands)<br><pre>peptest --binary <path_to_binary> --test-path <path_to_test_manifest></pre> | ||
=== Test Manifest === | === Test Manifest === | ||