yunxiao-testcase-import

Imports AI-reviewed JSON test cases into Yunxiao cloud library with deduplication and reporting.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/weiran-tech/agent-skills --skill yunxiao-testcase-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yunxiao-testcase-import
Source: https://github.com/weiran-tech/agent-skills/tree/main/skills/yunxiao-testcase-import
Command: npx skills add https://github.com/weiran-tech/agent-skills --skill yunxiao-testcase-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将优化后的 AI 测试用例批量导入云效测试用例库,简化从评审到上线的测试用例导入流程,降低重复工作。

Core Features & Use Cases

  • 批量导入:从 report 目录下的 JSON 文件读取优化后的测试用例并导入云效测试用例库。
  • 去重与报告:在导入前对目标库内的现有用例进行去重检查,并在最终报告中清晰列出创建、重复与失败情况。
  • 工作流灵活性:支持选择源文件、目标用例库和目标目录,按用户确认进行分批导入并记录进度。

Quick Start

在提示中指定源文件、目标用例库和目标目录,由系统执行批量导入。

Frequently Asked Questions about yunxiao-testcase-import

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch import test cases into Yunxiao from JSON files?

Batch importing test cases into Yunxiao requires reading optimized AI test case JSON files from the report directory and creating them in a selected test repository and directory. The system enforces a 1-second delay between API creates to prevent throttling.

What is the best way to avoid duplicate test cases when importing to a cloud test case library?

To avoid duplicate test cases during cloud library import, the system performs de-duplication checks against existing cases in the target repository before creation attempts. The final import report clearly lists all created, duplicate, and failed test cases.

Do I need to specify an organization ID and test repository ID for Yunxiao test case import?

Yes, specifying the organizationId and testRepoId is required for Yunxiao test case import. These identifiers ensure the optimized AI test cases are routed to the correct cloud test case library and directory for bulk creation.

Why does my bulk test case API import fail with throttling errors?

Bulk test case API import fails with throttling errors when creation requests are sent too rapidly. This Skill prevents API throttling by enforcing a mandatory 1-second delay between each test case creation request to the cloud library.

Can I select specific source JSON files and target directories for batch importing test cases?

Yes, you can select specific source JSON files and target directories for batch importing test cases. The workflow supports choosing the source report files, target test repository, and target directory, proceeding with batch import after user confirmation.