Closed
Description
The information displayed to the user by the output of running transcript test(s) leaves a lot to be desired, especially compared to a good testing framework.
First, it would probably be a good idea to display the version of Python and cmd2 this is being run with.
Next, it should show how many test files it was invoked with.
Then, it should show which transcript file is being executed along with showing pass/fail status on a per-file basis and should fail fast (i.e. quit as soon as there is a failure).
Finally it should show an overall pass/fail status and perhaps an overall time to execute.