Skip to content

VCR style functionality - record live API calls, then play them back for future testing #1

@mrdavidlaing

Description

@mrdavidlaing

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions