StandaloneTalos: Difference between revisions
Jump to navigation
Jump to search
(cvsroot has been updated in revision 1.2 generate-tpcomponent.py) |
No edit summary |
||
Line 1: | Line 1: | ||
= How to set up Talos for testing at home = | = How to set up Talos for testing at home V1.0 = | ||
== | == In This Version == | ||
* tsvg/tgfx/twinopen/ts/tdhtml/tjss/tsunspider/tp | |||
* includes a small, distributable page set for page load time testing | |||
== | == Prerequisites == | ||
# [http://www.python.org/download/releases/2.5/ Python 2.5] | |||
# [http://pyyaml.org/ Pyyaml] | |||
# [http://sourceforge.net/project/showfiles.php?group_id=78018 PyWin32 Extensions] (if this is to be run on a windows box) | |||
# [http://people.mozilla.org/~anodelman/standaloneV1_0.zip Standalone V1.0] | |||
# [http://stage.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ Nightly firefox builds] (grab the appropriate type for your OS) | |||
== Set Up == | |||
# unzip standaloneV1_0.zip | |||
# unzip/install your nightly firefox build | |||
# in the talos directory | |||
#* edit sample.config, change the path to firefox to be the appropriate path to the firefox executable of the nightly build that you just installed | |||
== | == Testing == | ||
# in the talos directory run 'python run_tests.py sample.config' | |||
== | == Results == | ||
# | # results from all the tests should be found in talos/output directory. | ||
Revision as of 19:12, 15 February 2008
How to set up Talos for testing at home V1.0
In This Version
- tsvg/tgfx/twinopen/ts/tdhtml/tjss/tsunspider/tp
- includes a small, distributable page set for page load time testing
Prerequisites
- Python 2.5
- Pyyaml
- PyWin32 Extensions (if this is to be run on a windows box)
- Standalone V1.0
- Nightly firefox builds (grab the appropriate type for your OS)
Set Up
- unzip standaloneV1_0.zip
- unzip/install your nightly firefox build
- in the talos directory
- edit sample.config, change the path to firefox to be the appropriate path to the firefox executable of the nightly build that you just installed
Testing
- in the talos directory run 'python run_tests.py sample.config'
Results
- results from all the tests should be found in talos/output directory.