Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta support for Swift Testing, and other improvements. #867

Merged
merged 50 commits into from
Jul 8, 2024

Conversation

mbrandonw
Copy link
Member

@mbrandonw mbrandonw commented Jul 4, 2024

Opening this as a draft so that we can polish it up a bit more.

This PR brings beta support for Swift Testing, and greatly improves the two main customization points for snapshot testing: diffTool and isRecording. One can now fully customize how the diffTool produces a command for two file URLs, and isRecording has been turned into an enum with a 3rd option for never recording snapshots (useful for CI) and a forth option for recording only snapshots that fail (useful for strategies that use precision).

Resolves #840, #668, #508, #768, #862, #780, #531, #519

@mbrandonw mbrandonw marked this pull request as ready for review July 4, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants