From testany-bot
Provides Testany platform core concepts, entity relationships, identifier formats, YAML syntax, executor configs, and schema references for test automation pipelines and cases.
npx claudepluginhub testany-io/testany-agent-skills --plugin testany-botThis skill uses the workspace's default tool permissions.
本 skill 提供 Testany 平台的核心概念参考。详细内容见 references/ 目录。若上游来自 `testany-eng`,优先配合 approved Test Spec 中的 `Testany Automation Handoff` 一起使用。
Registers prepared Testany platform case packages and manages CRUD operations on metadata, scripts, and lifecycle via remote API calls. For handling reusable automation steps post-case-writing.
Guides test organization in automation projects with step-by-step instructions, best practices, code generation for unit/integration testing, mocking, and frameworks like Jest/pytest. Use for structuring test suites.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Share bugs, ideas, or general feedback.
本 skill 提供 Testany 平台的核心概念参考。详细内容见 references/ 目录。若上游来自 testany-eng,优先配合 approved Test Spec 中的 Testany Automation Handoff 一起使用。
Traditional Test Scenario
│
└──► Testany Platform Case
│
└──► Pipeline (执行与编排单元) ──► Execution
│
├──► Plan
├──► Manual Trigger
└──► Gatekeeper
testany-bot 通用版按能力而不是按宿主品牌分支:
| 类型 | 格式 | 示例 |
|---|---|---|
| Case Key | 8 位大写十六进制 | A1B2C3D4 |
| Pipeline Key | {WS_KEY}-{4-5位大写十六进制} | Y2K-0001A |
| Workspace Key | 3 位大写字母数字 | Y2K |
| Execution ID | {pipeline_key}-{5位大写十六进制} | Y2K-0001A-0000B |
在组装 API payload 前,应先读取对应的 schema resource:
| Resource URI | 用途 |
|---|---|
testany://schema/case | Case 创建/更新字段定义 |
testany://schema/pipeline | Pipeline YAML 完整 schema |