Open main menu

CDOT Wiki β

Changes

Configure the paths (paths.py)
==Configure the paths (paths.py)==
#To setup the appropriate paths for the framework, open the '''paths.py''' file in '''c:\mozilla\testing\performance\win32\''' and configure the paths:
===CYGWIN===
*Path to cygwin bash to get output from dump() in Firefox
<pre>TP_URL = 'file:///c:/mozilla/testing/performance/win32/page_load_test/cycler.html'</pre>
#Create a YAML config file (config.yaml) with info about the profiles you want to test. Copy and paste the following into config.yaml:
<pre>
# Filename will be appended to the timestamp in the report filename.
1
edit