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: [
230
230
[available- strategies]: https: // swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/snapshotting
231
231
[defining- strategies]: https: // swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/customstrategies
232
232
233
- ## Plug- ins
233
+ ## Strategies / Plug- ins
234
234
235
235
- [AccessibilitySnapshot](https :// github.com/cashapp/AccessibilitySnapshot) adds easy regression
236
236
testing for iOS accessibility.
@@ -273,6 +273,18 @@ targets: [
273
273
- [SnapshotVision](https :// github.com/gregersson/swift-snapshot-testing-vision) adds snapshot
274
274
strategy for text recognition on views and images. Uses Apples Vision framework.
275
275
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
+
276
288
Have you written your own SnapshotTesting plug- in ?
277
289
[Add it here](https :// github.com/pointfreeco/swift-snapshot-testing/edit/master/README.md) and
278
290
submit a pull request!
You can’t perform that action at this time.
0 commit comments