返回 Skill 列表
extension
分类: 开发与工程无需 API Key

qa-plan-skill

根据当前分支的更改生成BDD风格的QA测试计划CSV文件。当用户想要创建QA计划、准备功能的测试场景、生成BDD测试用例或为任务记录手动测试步骤时使用。

person作者: jakexiaohubgithub

Workflow

  1. Check current branch commits to identify what changed
  2. Inspect the affected components, templates, pages, and elements in the codebase
  3. Extract URLs, user behaviors, buttons, links, and forms that need testing
  4. Determine if authentication is required for testing
  5. Derive the file name from the current git branch task number and name
  6. Generate a CSV file in this skill's plans/ folder (locate it next to this SKILL.md) with BDD columns: Scenario | Given | When | Then | Status