Confirmed users
3,376
edits
(→Running locally - Source Code: - small cleanup for tart test) |
m (→Running locally - Source Code: -typo) |
||
Line 127: | Line 127: | ||
* '''run tests:''' | * '''run tests:''' | ||
talos -n -d --develop --executablePath pathtofirefox --activeTests tart | talos -n -d --develop --executablePath pathtofirefox --activeTests tart | ||
# Note: this will open and close the browser real fast for the warmup, then run | # Note: this will open and close the browser real fast for the warmup, then run the test | ||
** --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 |