proto-socket/agent-ops/rules/common/_templates/test-case-rule-template.md

1.2 KiB

test_env test_case last_rule_updated_at
<local|dev|qa|prod> <test-case> <YYYY-MM-DD>

<test_case> <test_env> 테스트

읽기 조건

  • <이 상황의 테스트, 검증, 실행 조건 판단이 필요한 경우>

적용 범위

  • <검증 대상 entrypoint, command, API, UX, profile, service>

환경

  • host:
  • port:
  • runtime:
  • package manager:
  • docker:
  • external service:
  • model endpoint:
  • credential:

명령

  • setup:
  • lint:
  • unit:
  • smoke:
  • e2e:
  • model:
  • full-cycle:

필수 검증

  • <작업 완료 전 반드시 실행하거나 판단해야 하는 검증>

보조 검증

  • <실행하면 좋지만 필수 검증을 대체하지 않는 smoke/helper 검증>

판정 기준

  • <통과로 판단할 출력, 상태, UX, artifact, endpoint 조건>

기준 출력 예시

<필요한 경우 기대 출력 예시>

차단 기준

  • <테스트를 계속할 수 없는 환경/권한/도구/서비스 조건>

보고 항목

  • 실행한 명령:
  • 성공한 검증:
  • 실패/차단된 검증:
  • 생략 사유:
  • 남은 위험:

금지 사항

  • <이 상황 검증에서 하면 안 되는 것>
  • secret, token, 개인 endpoint 원문은 tracked 파일에 기록하지 않는다.