You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: