pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.72k stars 565 forks source link

Add more information around `drawHierarchyInKeyWindow` #796

Open DavidBrunow opened 10 months ago

DavidBrunow commented 10 months ago

This pull request proposes additional documentation for image-based view snapshots around hosted tests and drawHierarchyInKeyWindow. I've been using the snapshot testing library for over a year and hosted tests for the last nine months, and I did not realize that I needed to set drawHierarchyInKeyWindow to true to resolve some rendering issues I was seeing. I'm hoping this documentation will help future folks to use the proper tool more quickly than I did.