| 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