Mahmood Tahir

Results 29 comments of Mahmood Tahir

Wondering if there’s been any movement on this in the last year

I'm new to the App Store api and I was looking through Fastlane's docs and can't seem to find if it's already added there or even if it is possible....

Closing this since we already have https://github.com/Quick/Quick/issues/1084

That’s a good point. I’ll reopen.

> Just being a curious party here, does this allows to snapshot a UIAlertController presented modally on top of the window? Hmm yes and no. You need to have a...

@ejensen I'm working on a few tests and the precision makes the tests super slow e.g a test takes 0.5s to complete but with `0.98` precision it takes 6s on...

Is there a particular reason `renderChildren` was not defaulted on? I feel like if someone wants to use `dump` they would always want the full contents of their objects printed.

I have two questions regarding this 1. Would we still have `SnapshotTesting` increment the counter for multiple snapshots inside one test case? e.g. snapshot assertion from different lines but the...

@krzysztofpawski I tried it out and it still produces many snapshots. The way `Quick` works is that it executes the same condition with a polling until it passes.

Maybe it will make sense to make it unique based on the test line. The only thing that would break it is if someone adds two assertions on the same...