A handful of new usability improvements!
🚀 New
- CLI:
--max-failures=N
option to exit after firstN
failures or errors. #1580 - CLI:
--wait-for-schema=N
option to automatically retry schema loading forN
seconds. #1582 - CLI: Display old and new payloads in
st replay
when the-v
option is passed. #1584
🐛 Fixed
- Internal error on generating negative tests for query parameters with
explode: true
.