Buildbot/Talos/Running: Difference between revisions

Jump to navigation Jump to search
m
→‎Running locally - Source Code: - updating for develop mode changes
(Bug 1082602)
m (→‎Running locally - Source Code: - updating for develop mode changes)
Line 126: Line 126:


* '''run tests:'''
* '''run tests:'''
  talos -n -d --develop --executablePath pathtofirefox --activeTests ts --results_url ts.txt --datazilla-url ts.json --output ts_desktop.yml --mozAfterPaint
  talos -n -d --develop --executablePath pathtofirefox --activeTests ts --output ts_desktop.yml
  # Note: this will open and close the browser real fast 21 times
  # Note: this will open and close the browser real fast 21 times
** --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
Line 132: Line 132:
*** 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.
*** 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
** --output is the new config file we want to generate
** --output is the new config file we want to generate
You can use `talos --help` to get a complete list of options
You can use `talos --help` to get a complete list of options
Confirmed users
3,376

edits

Navigation menu