feat(home): 최근 활동 LIVE 라우팅을 추가한다
This commit is contained in:
@@ -107,6 +107,13 @@ Creator/Community Action Phase 테스트 예시:
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.community.action.*"
|
||||
```
|
||||
|
||||
Home Recommendation Phase 16 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest \
|
||||
--tests "kr.co.vividnext.sodalive.v2.main.home.HomeMainFragmentLayoutTest" \
|
||||
--tests "kr.co.vividnext.sodalive.v2.main.home.HomeMainFragmentLoginGuardSourceTest"
|
||||
```
|
||||
|
||||
CreatorChannel 현재 라이브 공통 컴포넌트 테스트 예시:
|
||||
```bash
|
||||
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.ui.CreatorChannelCurrentLiveViewModelTest"
|
||||
|
||||
Reference in New Issue
Block a user