docs(creator): 채널 표시 정리 문서를 완료한다

This commit is contained in:
2026-08-26 16:30:16 +09:00
parent 1f88d721d7
commit 10886153b2
3 changed files with 701 additions and 0 deletions
+10
View File
@@ -132,6 +132,16 @@ CreatorChannel 현재 라이브 공통 컴포넌트 테스트 예시:
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.live.CreatorChannelLiveFragmentLayoutTest"
```
CreatorChannel 팬톡 locale 테스트 예시:
```bash
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.fantalk.CreatorChannelFanTalkAdapterLocaleTest"
```
CreatorChannel 커뮤니티 상대 시간 locale 테스트 예시:
```bash
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.community.CreatorChannelCommunityRelativeTimeLocaleTest"
```
Chat Action Phase 테스트 예시:
```bash
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.chat.action.*"