...
soatestcli -startServer -data <workspace_dir> -localsettings <localsettingssettings <settings_file>
The -data
and -localsettingssettings
arguments are optional.
- -data specifies the Eclipse workspace location containing your test cases (.tst files).
- -localsettingssettings specifies a properties file used to control certain global settings such as license password and Team Server settings. For more information about these command line arguments, see Testing from the Command Line Interface - soatestcli.
...