...
-xunit_log $xunit_filename
used to run tester without GUI, load a project, run its cases, write a log file with xunit xml syntax and exit (e.g. to be used in a git pipeline)
example:
Code Block | ||
---|---|---|
| ||
tester.exe -gui 0 -project "C:\tester projects\developer x64.tester" -source xunit_log.tcl -eval tester::run_all |
-verbose 0|1
for debugging tester purposes, printing more warnings and error messages