Update snapshot testing dependency for Testing integration#901
Merged
Conversation
Member
Author
|
/uitest |
🤖 Augment PR SummarySummary: Updates the Example UI snapshot testing dependency to 🤖 Was this summary useful? React with 👍 or 👎 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #901 +/- ##
===========================================
+ Coverage 14.23% 26.70% +12.47%
===========================================
Files 654 697 +43
Lines 42646 48916 +6270
===========================================
+ Hits 6069 13063 +6994
+ Misses 36577 35853 -724 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
Author
|
/uitest |
Member
Author
|
/uitest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent Summary
Update the Example UI test snapshot dependency from the OSUI-specific
1.18.9-osuitag toOpenSwiftUIProject/swift-snapshot-testing.gitat1.19.2.This lets the UI test helpers use the upstream Testing integration and moves their
recordparameters toSnapshotTestingConfiguration.Record?, avoiding the deprecatedBool?record overloads while preserving the existing defaults: OpenSwiftUI snapshots do not record by default, and SwiftUI comparison snapshots record all references.The legacy Xcode project and Tuist resolved package state are updated to match the new dependency pin.
Validation
./setup.shfromExample