원클릭으로
test
Run tests for Terrae components
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run tests for Terrae components
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read a GitHub issue, summarize it, and create a branch for it
Commit, push, and open a pull request on GitHub
Verify all outputs exist after creating a new component and fix any issues
Create standardized git commits following Terrae's conventions
Generate or update documentation for Terrae components
Systematically fix issues found by /review or reported by the user
| name | test |
| description | Run tests for Terrae components |
| argument-hint | ["component-name"] |
| allowed-tools | Bash(npm run test*), Bash(npx vitest *) |
Run tests for Terrae components.
Run All Tests
npm run test:run
This runs vitest in single-run mode.
Run Tests in Watch Mode If the user wants to develop with live feedback:
npm run test
Note: This runs in watch mode and won't exit automatically.
Run Specific Tests To run tests for a specific component:
npx vitest run {component-name}
Example: npx vitest run marker
Report Results
Handle Failures If tests fail:
Test File Location Tests are typically located at:
src/registry/map/__tests__/{component}.test.tsx{component}.test.tsx