Closed denissezavala closed 8 years ago
This is great—thanks!
My only concern is that refreshing automatically will break the UI tests (which we use for App Store screenshots). Could you please add a check around the lists refresh, something like this should work
// Check whether we are running UI tests before performing an automatic refresh.
// If we refresh immediately the screenshots (which we take with Fastlane in doing the UI tests)
// will be in an undefined state.
if !NSUserDefaults.standardUserDefaults().boolForKey("FASTLANE_SNAPSHOT") {
// Do the refresh
}
Thanks again đź‘Ť
No problem—this is done in the last commit.
Cheers!
Let me know what you think.
Cheers!