Stephen Celis

Results 358 comments of Stephen Celis

Thanks @giulio92 for the PR! We're going to close it in favor of @alexey1312's plugin, which is also linked to from our README. We'd like to make the plugin situation...

We think there's definitely use for this, sorry for the delay in chatting! Similarly in iOS view-based snapshots, people have requested easier support based off the simulator, OS snapshot in....

We discovered this with iOS 13 recently and know how to fix it. Unfortunately there are a few caveats: 1. It requires a host application, which can slow down tests...

Hey @zenangst! Thanks for taking the time to submit this and sorry if things are taking a bit longer to take a look at. Given the early out does this...

Thanks everyone in the community for their contributions towards landing this, and their patience! We've gone ahead and merged #628, which supersedes this one, so I'm going to close this...

@arietis Diff tool arguments can usually be passed before the file names, no? So couldn't you define them in the `diffTool`? ```swift SnapshotTesting.diffTool = "vimdiff -v" ```

We have this in our README: > ⚠️ Warning: Snapshots must be compared using a simulator with the same OS, device gamut, and scale as the simulator that originally took...

Huh. Perhaps someone with fastlane experience can explain? Maybe it's worth opening an issue with them to ask?

@regexident This looks very interesting. Thanks for the PR! We'll try to take a look at this soon.