ข้ามไปยังเนื้อหา

Testing strategy

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

LaneFilterFrequency
CompositionCategory!=Integration (composition tests included by default)Every PR
BehaviorCategory=BehaviorEvery PR
IntegrationCategory=IntegrationEvery PR (separate runner)
ContractCategory=ContractEvery PR
BenchmarkCephalon.Benchmarks filterNightly + on PR opt-in
  • Composition coverage for any new module surface.
  • Behavior coverage for every new behavior.
  • Integration coverage for any backend adapter change.
  • Contract coverage for any public API change (proto / schema / OpenAPI golden).

See Tutorial → Testing strategy for app-side guidance; this page is for engine PRs.