Tagged: CI
4 articles tagged with "CI"
AllAIActorsAnimationArchitectureAsync AwaitAutomationBackground TasksCICodexConcurrencyDeep LinkingDesign SystemsEngineering ManagementFeature FlagsFormsInstrumentsLaunchMigrationNavigationNetworkingObservabilityObservationPerformanceRelease EngineeringReliabilitySendableState ManagementStoreKitStoreKit2SubscriptionsSwiftSwift 6SwiftUITestingURLSessionXCTestXcodeiOS
iOSTestingSwift
Modern iOS testing stack: fast unit tests + stable UI tests + strategy
A useful iOS testing stack is less about tool choice and more about test boundaries, promotion rules, and keeping slow checks rare enough that people still trust the signal.
•11 min read
iOSSwiftXcode
Slash commands that save hours: /build /test /perf /release-notes for iOS
Turn repetitive iOS workflows into reliable one-liners. Define a small set of slash commands that run the right builds, tests, and checks, and generate release notes without ceremony.
•5 min read
iOSSwiftXcode
Codex workflow for iOS: guardrails, repeatable loops, and how to keep the build green
A practical Codex-assisted workflow for iOS teams: define guardrails, run tight build and test loops, measure impact, and ship changes without breaking CI.
•7 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