- Fix #12,
validate
now works without operation context - Use
res.statusCode
consistentlyres.status
still works
- Fix #9,
host
is rewritten tohostname
consistently - Fix #14, parse and use Mocha command-line options, e.g.
reporter
,slow
, ... - Fix
log
, logged data should not show up in report - Tracing now dumps request/response/error triples for each request
- Monkey tests only dump the last request
- Fix #13
- More data may be dumped with the
--trace
option
- Monkey tests are now default limited to 50 candidates per endpoint
- Limit is configurable with
-l <n>
or--monkey-limit <n>
- Limit is configurable with
- Add
x-monkey-ignore
- Fix recursive example var parsing
- Fix passing
"null"
(string) parameters