AgentSkillsCN

testany-guide

Testany 平台的核心概念与配置参考。

SKILL.md
--- frontmatter
name: testany-guide
description: Testany 平台核心概念和配置参考

Testany 平台参考

本 skill 提供 Testany 平台的核心概念参考。详细内容见 references/ 目录。

核心实体关系

code
Case (测试用例)
  │
  ├──► Pipeline (流水线) ──► Execution (执行)
  │         │
  │         ├──► Plan (定时计划)
  │         └──► Gatekeeper (质量门禁)
  │
  └──► Workspace (工作空间) ──► 权限控制

快速参考

标识符格式

类型格式示例
Case Key8 位大写十六进制A1B2C3D4
Pipeline Key{WS_KEY}-{4或5位数字}Y2K-0601
Workspace Key3 位大写字母数字Y2K
Execution ID{WS_KEY}-{4或5位数字}-{序号}Y2K-0601-00001

MCP Schema Resources

在组装 API payload 前,应先读取对应的 schema resource:

Resource URI用途
testany://schema/caseCase 创建/更新字段定义
testany://schema/pipelinePipeline YAML 完整 schema