원클릭으로
test
Run the project test suite using Polylith's poly test command
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the project test suite using Polylith's poly test command
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create scheduled background jobs that run on cron schedules
Build an ORC behavior tree workflow using the DSL
Set up LLM-as-judge evaluation for ORC workflows
Implement event-driven side effects that react to domain events
Implement command handlers that validate state and emit events using the Grain framework
Create a complete Grain domain service with schemas, read models, commands, queries, and tests
| name | test |
| description | Run the project test suite using Polylith's poly test command |
| argument-hint | [brick:NAME] [:all | :all-bricks | :dev] |
Run the Polylith test suite from the workspace root.
clj -M:poly test $ARGUMENTS
/test — run tests for changed bricks/test :all-bricks — run all brick tests/test :all-bricks :dev — run all brick tests including from the development project/test brick:user-service :dev — run tests for a specific brick from all projects including dev/test :project — run changed brick tests + changed project testsReport the test summary (passes, failures, errors). If there are failures, show the failing test names and assertion details.