Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored Nov 9, 2023
1 parent bb0ea08 commit 0c5ffc6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ targets: [

## Features

- [**Dozens of snapshot strategies**](Documentation/Available-Snapshot-Strategies.md). Snapshot
- [**Dozens of snapshot strategies**][available-strategies]. Snapshot
testing isn't just for `UIView`s and `CALayer`s. Write snapshots against _any_ value.
- [**Write your own snapshot strategies**](Documentation/Defining-Custom-Snapshot-Strategies.md).
- [**Write your own snapshot strategies**][defining-strategies].
If you can convert it to an image, string, data, or your own diffable format, you can snapshot
test it! Build your own snapshot strategies from scratch or transform existing ones.
- **No configuration required.** Don't fuss with scheme settings and environment variables.
Expand All @@ -215,6 +215,9 @@ targets: [
SnapshotTesting.diffTool = "ksdiff"
```

[available-strategies]: https://swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/snapshotting
[defining-strategies]: https://swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/customstrategies

## Plug-ins

- [AccessibilitySnapshot](https://github.com/cashapp/AccessibilitySnapshot) adds easy regression
Expand Down

0 comments on commit 0c5ffc6

Please sign in to comment.