The command line runner should run the project exactly the same as in loadUI. While running, you should get console output each second reporting the current execution values, which should look something like this:
------------------------------------
RUNNING TEST
TARGET Project 28
LIMITS Time: 00:00:10 Samples: - Failures: -
------------------------------------
13:38:01,064 INFO [CommandRunner] Time: 00:00:00 Samples: 0 Failures: 0
13:38:02,064 INFO [CommandRunner] Time: 00:00:01 Samples: 10 Failures: 0
13:38:03,064 INFO [CommandRunner] Time: 00:00:02 Samples: 20 Failures: 0
13:38:04,064 INFO [CommandRunner] Time: 00:00:03 Samples: 30 Failures: 0
13:38:05,064 INFO [CommandRunner] Time: 00:00:04 Samples: 41 Failures: 0
13:38:06,064 INFO [CommandRunner] Time: 00:00:05 Samples: 51 Failures: 0
...
13:38:16,209 INFO [CommandRunner]
------------------------------------
TEST EXECUTION COMPLETED
FINAL RESULTS: 00:00:10 Samples: 99 Failures: 0
------------------------------------
If this isn't working, please try installing the latest nightly build if you are running the stable release from SourceForge, as we have made a lot of improvements since it was released.
Regards,
Dain
eviware.com