Roland Borgese
Roland Borgese
Would love to see this feature! I can't pause my game for a long time when trying to beat my high score.
While looking at the source code, I've seen a new parameter: skip_validation (c4f0bfd) Since the validation is quite broken in my opinion (only one scheme possible, no Unit test), I'll...
> > While looking at the source code, I've seen a new parameter: skip_validation ([c4f0bfd](https://github.com/fastlane/fastlane-plugin-firebase_test_lab/commit/c4f0bfd3b8efb6ce32fae4124adba90d1ccd0a31)) > > Since the validation is quite broken in my opinion (only one scheme possible,...
@pavelbaramov You are putting the parameter in the wrong function I guess. Bad: ``` scan( skip_validation: true, scheme: 'YourApp', # XCTest scheme clean: true, # Recommended: This would ensure the...
I'm also interested by this feature (for the French map in my case).