| name | run-tests |
| description | Use when the user wants to run tests for the TodoCalendar project - runs all or specific test schemes via the project's test script |
Run Tests — TodoCalendar
scripts/run-all-tests.sh를 실행하여 프로젝트 테스트를 돌린다.
Usage
./scripts/run-all-tests.sh
./scripts/run-all-tests.sh Domain Repository
DESTINATION='platform=iOS Simulator,name=iPhone 16,OS=18.1' ./scripts/run-all-tests.sh
Available Schemes
Domain / Repository / CalendarScenes / EventDetailScene / EventListScenes / SettingScene / MemberScenes / AIAgentScene / TodoCalendarApp / TodoCalendarAppWidget
이 목록이 문서 쪽 스킴 목록의 정본이다 (CLAUDE.md §3에서 이관). 신규 스킴 등록 절차는 add-framework 스킬.
Instructions
- 프로젝트 루트(
/Users/sudo.park/Documents/codebase/TodoCalendar)에서 실행
- 인자 없이 실행하면 10개 스킴 전체 순차 실행
- 실패 시
FAILED 스킴 목록과 상위 에러 라인 출력
- 빌드 실패(
BUILD FAILED)도 FAILED로 판정됨
Invoke
cd /Users/sudo.park/Documents/codebase/TodoCalendar && ./scripts/run-all-tests.sh