with one click
testany-workspace
管理 Testany 工作空间 - 成员管理、权限配置、团队组织
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
管理 Testany 工作空间 - 成员管理、权限配置、团队组织
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
从 OpenAPI 生成的 Testany case 源代码中自动识别入参和出参,并同步到 case 的环境变量列表中。适用于源代码存储在需要认证的 Git 仓库(如 Bitbucket)的场景。
Testany platform case 编写助手 - 将传统测试场景拆解为 Testany platform cases,并生成可注册的 case packages
Testany 平台核心概念和配置参考
Testany pipeline 编排与 CRUD - 基于 automation design 或现有 case keys 创建执行与编排单元
Testany platform case 注册与 CRUD - 将已准备好的 platform case package 注册到平台,并管理 metadata、脚本与生命周期
分析 Testany 测试失败原因 - 排查问题、查看日志、定位根因
| name | testany-workspace |
| description | 管理 Testany 工作空间 - 成员管理、权限配置、团队组织 |
管理 Testany 工作空间和团队成员。
用户输入: $ARGUMENTS
工作空间是 Testany 中的资源隔离单元,用于:
| 角色 | 权限 |
|---|---|
| Admin | 管理成员,编辑所有资源 |
| Member | 创建和编辑自己的资源 |
testany_get_my_workspaces
testany_get_my_workspaces_with_roles # 包含角色信息
testany_list_users → 查找用户
testany_assign_user_to_workspace → 添加单个用户
testany_assign_users_to_workspace → 批量添加
testany_find_workspace_users → 查找工作空间下所有用户
testany_assign_user_to_workspace → 修改单个用户
testany_find_workspace_users → 查找工作空间下现有成员
testany_remove_user_from_workspace → 从工作空间移除用户
testany_check_workspace_key → 检查 workspace key 是否可用
testany_request_workspace → 提交申请
注意:申请前需先调用 testany_check_workspace_key 检查 key 是否已被占用。
testany_get_my_workspaces_with_roles任务完成后,向用户汇报:
详细概念请参考: