Skip to content

Improved logging & new timeout features

Latest
Compare
Choose a tag to compare
@MattRink MattRink released this 23 Aug 15:22
· 1 commit to master since this release
  • 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 and failOnTimeout. timeout is the max total request execution time and failOnTimeout allows a script to return a success status even if responses timed out.