一键导入
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