Create and maintain Nexent's requirement-driven feature catalog, D1-D5 structured cases, change records, fixed automation, implementation manifest, generated Ex
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-nexent-test-assets-c94e8420d52c ,按照其中的说明把「nexent-test-assets」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Maintain one traceable chain:
Requirement or Bug -> Feature -> D1-D5 Case -> Manifest -> Fixed Script -> Result.
Paths are relative to the repository root. The structured YAML/JSON files are authoritative; test/generated/Nexent_测试基线.xlsx is a deterministic read-only view.
test/backend, test/sdk, or test/ext_components as formal D1 cases. Those are Legacy UT.test/automation/d1 through test/automation/d5.test/changes/requirements/, bug fixes in test/changes/bugs/, refactors in test/changes/refactors/, and test-only fixes in test/changes/test-fixes/. Do not place change files directly below test/changes/.| Mode | Use | Required reference |
|---|---|---|
requirement-design | Add or change product behavior and design D1-D5 cases | lifecycle.md, case-design.md |
bugfix | Record a defect, explain the escaped gap, and add/reuse/strengthen regression coverage | lifecycle.md, bugfix.md |
test-implementation | Implement fixed scripts and incrementally update the manifest | test-implementation.md, manifest.md |
migration | Convert V5, fixed scripts, manifest, and referenced assets without changing behavior | migration.md |
mock-migration | Add Mock/Real profiles after migration equivalence passes | mock-profiles.md |
Read only the references needed for the selected mode.
python test/tools/validate_test_assets.py --phase design --generate-excel.python test/tools/validate_test_assets.py --phase implementation --generate-excel. Use python test/tools/generate_excel.py --check for a read-only Excel drift check.active: required and executable according to its automation field.blocked: required but missing a declared prerequisite; never count as pass.manual: intentionally manual and not represented as automated.skipped_by_policy: excluded by an explicit current product-test policy.retired: historical behavior no longer executed.A2A is in scope across D1-D5, including fixed D4 journeys. OAuth and CAS journeys remain skipped_by_policy until their policy changes.
Generate exactly seven sheets: 00_说明, 01_功能清单, and 02_D1 through 06_D5. Each D1-D5 row includes its requirement and business-rule traceability, automation status, framework, script, selector, execution profile, Mock services, logical assets, and readable manifest validation status. Keep contract and implementation hashes in hidden trailing columns. Do not create separate automation or coverage sheets.