Confirmed users
3,376
edits
(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 | 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. | ||
** --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 | ||