Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Xcode
- collectionview
- rxswift
- ribs
- 리펙토링
- 클린 코드
- Clean Code
- uiscrollview
- SWIFT
- swiftUI
- Observable
- Refactoring
- 리펙터링
- Protocol
- 스위프트
- uitableview
- 리팩토링
- 애니메이션
- combine
- MVVM
- swift documentation
- RxCocoa
- ios
- HIG
- UICollectionView
- map
- clean architecture
- Human interface guide
- UITextView
- tableView
Archives
- Today
- Total
목록xcrun xcresulttool (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 3. xcodebuild로 테스트 돌리기 - xcresult 파일 변환하여 분석하기 (xcrun xcresulttool, xcpretty, junit)
1. xcodebuild로 테스트 돌리기 - 개념 (xcodebuild, unit test, ui test)2. xcodebuild로 테스트 돌리기 - 결과 얻어오기 (xcresult)3. xcodebuild로 테스트 돌리기 - xcresult 파일 변환하여 분석하기 (xcrun xcresulttool, xcpretty, junit)1. xcresulttool를 사용하여 변환: xcresult -> json.xcresult는 범용적인 포멧이 아니므로 json으로 변환을 하면 ci와 같은 여러곳에서 사용이 가능xcrun xcresulttool을 사용xcrun xcresulttool get --path "TestResults.xcresult" --format jsonjson으로 보면 key-value 쌍으로..
iOS 응용 (swift)
2024. 8. 23. 01:29