You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m-baumgartner edited this page Sep 21, 2015
·
7 revisions
Running your tests from the command line or a batch file
Once your test project has been compiled with the appropriate Delphi version, you can execute your tests from the command line. Alternatively, you can automate this execution in batch files.
All CLI options are listed with the -h option on your test project.
Configure the "exit behaviour"
The CLI option --exitbehaviour (or -exit) has two possible values :
continue -> command line will continue after tests execution has ended.
pause -> command line will pause after tests execution has ended, waiting for the user to press a key to continue.