Install
openclaw skills install acceptance-test验收测试助手 - 验证系统是否满足业务需求,确保交付质量。 当用户需要以下功能时触发此skill: (1) 业务需求验证 (2) 用户场景测试 (3) 验收标准检查 (4) 客户验收支持 (5) 验收报告生成
openclaw skills install acceptance-test验收测试助手 — 确保交付符合预期
# 执行验收测试
python scripts/acceptance_runner.py --stories stories.json --env staging
# BDD测试
python scripts/bdd_runner.py --features features/ --steps steps/
# 验收报告
python scripts/acceptance_report.py --results results.json --signoff required
验收测试是交付前的最后一道关卡,确保价值交付。