원클릭으로
test
Run integration tests against the local kind cluster. Use when the user wants to verify the setup or test changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run integration tests against the local kind cluster. Use when the user wants to verify the setup or test changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a new ArgoCD UI extension with React frontend and Go backend. Use when the user wants to create a new extension for a domain (e.g., logs, networking, security).
Build and deploy an extension to the local kind cluster. Use when the user wants to test an extension end-to-end in ArgoCD.
Set up the local development environment (kind cluster + ArgoCD + operators). Use when the user wants to start developing or needs the dev infrastructure running.
| name | test |
| description | Run integration tests against the local kind cluster. Use when the user wants to verify the setup or test changes. |
| user-invocable | true |
| argument-hint | [short|full] |
| allowed-tools | Bash(make test*), Bash(cd tests *), Bash(go test *), Read |
Run ArgoPlane tests against the local kind cluster.
$ARGUMENTS is empty or short)make test-integration-short
Runs cluster reachability, ArgoCD status, and config validation tests. Skips long-running application sync tests.
full)make test-integration
Runs all tests including application sync/cleanup (takes ~30-60 seconds).
/dev-setup firstmake setup-argocdAdd test functions to tests/argocd_test.go. Follow existing patterns:
testing.Short() to skip long tests in short modekubectl commands for verificationapp.kubernetes.io/part-of=argoplane-test