Confirmed users
64
edits
Line 864: | Line 864: | ||
** alternatively you can use the --develop flag to PerfConfigurator which configures to use a python webserver, [https://github.com/mozilla/mozbase/tree/master/mozhttpd mozhttpd], as shown below | ** alternatively you can use the --develop flag to PerfConfigurator which configures to use a python webserver, [https://github.com/mozilla/mozbase/tree/master/mozhttpd mozhttpd], as shown below | ||
* '''generate a config script:''' | * '''generate a config script:''' | ||
PerfConfigurator --develop --executablePath | PerfConfigurator --develop --executablePath pathtofirefox --activeTests ts --results_url ts.txt --output ts_desktop.yml --mozAfterPaint | ||
** --develop indicates to run in develop mode and to set up a webserver for you | ** --develop indicates to run in develop mode and to set up a webserver for you | ||
** --executablePath tells Talos where the firefox installation we want to run is located | ** --executablePath tells Talos where the firefox installation we want to run is located | ||
*** we have | *** we have pathtofirefox as an example, you can use '~/mozilla/objdir/dist/bin/firefox' or whatever the full path is to your firefox executable that will be running the tests. | ||
** --activeTests is a list of tests we want to run separated by ':'. In this example, we are running the startup test, ts. | ** --activeTests is a list of tests we want to run separated by ':'. In this example, we are running the startup test, ts. | ||
** --results_url indicates a HTTP URL to POST results to or a file to append to | ** --results_url indicates a HTTP URL to POST results to or a file to append to |