File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ targets: [
230230[available- strategies]: https: // swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/snapshotting
231231[defining- strategies]: https: // swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/customstrategies
232232
233- ## Plug- ins
233+ ## Strategies / Plug- ins
234234
235235 - [AccessibilitySnapshot](https :// github.com/cashapp/AccessibilitySnapshot) adds easy regression
236236 testing for iOS accessibility.
@@ -273,6 +273,18 @@ targets: [
273273 - [SnapshotVision](https :// github.com/gregersson/swift-snapshot-testing-vision) adds snapshot
274274 strategy for text recognition on views and images. Uses Apples Vision framework.
275275
276+ - [Image Serialization Plugin - HEIC](https :// github.com/mackoj/swift-snapshot-testing-plugin-heic) allow all the
277+ strategy that create image as output to store them in `.heic ` storage format which reduces file sizes
278+ in comparison to PNG.
279+
280+ - [Image Serialization Plugin - WEBP](https :// github.com/mackoj/swift-snapshot-testing-plugin-heic) allow all the
281+ strategy that create image as output to store them in `.webp ` storage format which reduces file sizes
282+ in comparison to PNG.
283+
284+ - [Image Serialization Plugin - JXL](https :// github.com/mackoj/swift-snapshot-testing-plugin-heic) allow all the
285+ strategy that create image as output to store them in `.jxl ` storage format which reduces file sizes
286+ in comparison to PNG.
287+
276288Have you written your own SnapshotTesting plug- in ?
277289[Add it here](https :// github.com/pointfreeco/swift-snapshot-testing/edit/master/README.md) and
278290submit a pull request!
You can’t perform that action at this time.
0 commit comments