Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Sep 18, 2024
1 parent 50f0861 commit 409331b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/markdown/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ Unlike `circe-golden`, snapshot4s is aimed at broader example-based testing. It
Here are a few tools for other languages:
- The [Jest Javascript testing framework](https://jestjs.io/docs/snapshot-testing) supports snapshot testing.
- [Insta.rs](https://insta.rs/) is a snapshot testing tool for Rust.

## Can I choose to promote snapshots only in selected file?

Yes! Similarly to running only specific test with `testOnly *MySuite*` sbt command, you can use `snapshot4sPromote *MySuite*` to only update the snapshots present in and referenced by `MySuite.scala`.

0 comments on commit 409331b

Please sign in to comment.