API Reference Response Snapshot v1.0.1
Modules
ResponseSnapshot is a testing tool for Elixir that captures the output of responses and ensures that they do not change in between test runs. The output is saved to disk, meant to be checked into source control. This output can be used by frontend and other tests to ensure proper integration between frontend and backend code, or to ensure that endpoint responses do not change over time.
Structure for changes of a diff. An object which is completely identical will
be equal to Changes.empty()
. Any modifications, additions, and removals are
accessible from this struct.