Confirmed users
3,376
edits
m (set expectations) |
|||
Line 119: | Line 119: | ||
* '''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 --results_url ts.txt --datazilla-url ts.json --output ts_desktop.yml --mozAfterPaint | ||
# 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 | ||
** --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 |