Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selfie #22

Merged
merged 3 commits into from Mar 2, 2024
Merged

Selfie #22

merged 3 commits into from Mar 2, 2024

Conversation

nedtwigg
Copy link
Contributor

Selfie is another snapshot testing library for the JVM. It's advantages are

  • it can do snapshots on disk or as inline literals
  • it garbage-collects unused disk snapshots automatically
  • you don't need to manipulate snapshot files manually to control read/write
  • (advanced) you can snapshot multiple facets of an entity, and then assert some on disk and others online to tell a story

@rogervinas rogervinas changed the base branch from main to selfie March 2, 2024 06:09
@rogervinas rogervinas merged commit 079bdca into rogervinas:selfie Mar 2, 2024
rogervinas added a commit that referenced this pull request Mar 2, 2024
* Selfie (#22)

* Switch to selfie.

* Use selfie camera to convert to Json.

---------

Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>

* Add selfie tests

* Selfie doc

* More doc

* Improve readme

* Improve readme

* Improve readme

---------

Co-authored-by: Ned Twigg <ned.twigg@diffplug.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants