Been talking to some Rubyists who rave about this libraries usefulness -
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
https://www.relishapp.com/myronmarston/vcr/docs
https://github.com/myronmarston/vcr
Would it be possible to replicate this kind of functionality in JsonClient? (Maybe by enabling saving / loading of the cache?)
I can sure see it being useful from a UI developers perspective - manually run through my UI in "record" mode, then I know that when in playback mode the API will behave the same.
Useful for presentations, demos, automated testing scenarios etc.
Been talking to some Rubyists who rave about this libraries usefulness -
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
https://www.relishapp.com/myronmarston/vcr/docs
https://github.com/myronmarston/vcr
Would it be possible to replicate this kind of functionality in JsonClient? (Maybe by enabling saving / loading of the cache?)
I can sure see it being useful from a UI developers perspective - manually run through my UI in "record" mode, then I know that when in playback mode the API will behave the same.
Useful for presentations, demos, automated testing scenarios etc.