Jeffrey Macko
Jeffrey Macko
Can you share the images please ?
Have you tried using https://kaleidoscope.app in order to compare your diffs ? This `SnapshotTesting.diffTool = "ksdiff"` will simplify using `kaleidoscope.app` for the diff process.
Have you tried to change the output and not use image but something like recursive description for exemple ?
I will need more context to help you @movilitero
Is this gonna help you ? https://github.com/yonaskolb/SwagGen/pull/229
@mithun Can your https://github.com/mithun/swaggen-docker take all the same parameter as the official binary ?
I have the same issue I did change the keyboard to ABC and type shift + 2.
Hi @SeanMcTex, Thanks for the question. Let say you already have UITests the way they work can't really guarantee that you don't break your UI. With this you can add...
@fabiochoupina I did a PR with a fix ;) https://github.com/pointfreeco/swift-snapshot-testing/pull/401
I did have a similar issue, I had `no such module 'CommandParser'` when I did it this way: ```swift import Foundation import PlatformLookup // mackoj/SimulatorControl import CommandParser import Shell ```...