Clean Architecture / TDD

[XCUITest] resultBundle

July 03 2022

UITest에서 수행한 결과에 대한 Session 데이터를 resultBundle 에 저장 번들에는 build log, code coverage가 포함 reports, XML property list, test result, screenshots, attachments c...

[TDD] iOS

June 23 2022

TDD Test Driven Development 테스트코드를 먼저 짜고 구현을 나중에 하는 개발 방식 Extreme Programming의 실천법 중 하나 Extrame Programming 좋은것은 먼저 해보자라는 극단적인 프로그래밍 방식 ...

[XCUITest] View and share test results

June 20 2022

result bundle을 팀 구성원과 공유할 수 있으며, 팀 구성원은 관련 프로젝트 없이도 독립 실행형 Report navigator에서 결과를 열 수 있습니다.