Open main menu

CDOT Wiki β

Changes

Instructions
foo@sample.com : c:\path\to\other\unzipped\xpi
</pre>
 
==Instructions==
1. Check Verify that your the '''firefox ''' path is pointing to the right Firefox instance on your system.* You will hit a zero division error and some other errors if you don't point it to the rightpath
2. If you don't have '''preferences ''' to set:
*change to: <pre>preferences : {}</pre> (make sure there is a space between ":" and "{" or else it will cause a syntax error)
3. If you don't have '''extensions ''' to install in test:
*change to: <pre>extensions: {}</pre> (make sure there is a space between ":" and "{" or else it will cause a syntax error)
4. '''filename ''' and '''title ''' can be anything
5. Run In '''cmd''', run '''run_tests.py''' with the name of your config file as an argument in '''c:\mozilla\testing\performance\win32\''': <pre>$run_tests.py config.yaml</pre>
*You can use a space-separated list of config files, to generate a report of startup and page load times.
*The report will be placed in the '''REPORTS_DIR''' directory you specified in '''paths.py'''.
 
=Directory Structure of Framework=
1
edit