Slide 7
Slide 7 text
Other event: AltConf
CI Best Practices for iOS and macOS App Development
● Mainly use simulator to run UI tests
● Think about cost efficiency before
introduce new libraries or machines
● Not every test cases can be automated,
leave some behind
● Mostly run unit tests, UI tests is easily
break and block your CI
● 80% use fastlane for CI/CD/Automation