- Added a
--verbose
option that increases the amount of information output when running the tests. - Requests are numbered so that they can more easily be associated with response lines.
- Added new config options
timeout
andfailOnTimeout
.timeout
is the max total request execution time andfailOnTimeout
allows a script to return a success status even if responses timed out.