Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,21 +239,21 @@ targets: [

- [AccessibilitySnapshot](https://github.com/cashapp/AccessibilitySnapshot) adds easy regression
testing for iOS accessibility.

- [AccessibilitySnapshotColorBlindness](https://github.com/Sherlouk/AccessibilitySnapshotColorBlindness)
adds snapshot strategies for color blindness simulation on iOS views, view controllers and images.

- [GRDBSnapshotTesting](https://github.com/SebastianOsinski/GRDBSnapshotTesting) adds snapshot
strategy for testing SQLite database migrations made with [GRDB](https://github.com/groue/GRDB.swift).

- [Nimble-SnapshotTesting](https://github.com/tahirmt/Nimble-SnapshotTesting) adds
- [Nimble-SnapshotTesting](https://github.com/tahirmt/Nimble-SnapshotTesting) adds
[Nimble](https://github.com/Quick/Nimble) matchers for SnapshotTesting to be used by Swift
Package Manager.

- [Prefire](https://github.com/BarredEwe/Prefire) generating Snapshot Tests via
[Swift Package Plugins](https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md)
using SwiftUI `Preview`

- [PreviewSnapshots](https://github.com/doordash-oss/swiftui-preview-snapshots) share `View`
configurations between SwiftUI Previews and snapshot tests and generate several snapshots with a
single test assertion.
Expand All @@ -275,6 +275,9 @@ targets: [
- [SnapshotTestingHEIC](https://github.com/alexey1312/SnapshotTestingHEIC) adds image support
using the HEIC storage format which reduces file sizes in comparison to PNG.

- [SnapshotTestingWebP(Experimental)](https://github.com/alexey1312/SnapshotTestingWebP) adds image support
using the WebP storage format which reduces file sizes in comparison to PNG.

- [SnapshotVision](https://github.com/gregersson/swift-snapshot-testing-vision) adds snapshot
strategy for text recognition on views and images. Uses Apples Vision framework.

Expand Down