Tagged: XCTest
2 articles tagged with "XCTest"
AllAIActorsAnimationArchitectureAsync AwaitAutomationBackground TasksCICodexConcurrencyDeep LinkingDesign SystemsEngineering ManagementFeature FlagsFormsInstrumentsLaunchMigrationNavigationNetworkingObservabilityObservationPerformanceRelease EngineeringReliabilitySendableState ManagementStoreKitStoreKit2SubscriptionsSwiftSwift 6SwiftUITestingURLSessionXCTestXcodeiOS
iOSTestingXCTest
Snapshot testing in 2026: when it helps, when it lies, how to keep it sane
Snapshot tests are useful when they protect stable UI or serialization contracts, but they become expensive noise the moment they start standing in for design review, product judgment, or weak lower-level tests.
•10 min read
iOSTestingXCTest
Modern iOS testing stack: fast unit tests + UI tests that don’t flake
A pragmatic iOS testing setup: keep unit tests fast, make UI tests stable, and add one verification loop that catches regressions without turning CI into a lottery.
•5 min read