Acceptance Gate - CI/CD用語集の定義
acceptance gateは、変更を先へ進める前に、通常はend-to-endテストでそのacceptance criteriaに照らして検証します。
acceptance gateは、変更がそのacceptance criteriaに照らして検証されるチェックポイントで、進行を許可される前に、多くは受け入れテストやend-to-endテストを介します。
acceptance gateは、ユニットテストが通ることだけでなく、featureが要件の求めたことを実行することを確認します。pipelineでは、buildが昇格される前に緑でなければならないend-to-endスイートであることが一般的です。
配置場所
通常はユニットテストと統合テストの後、顧客向けのenvironmentへの昇格の前に置かれ、振る舞いが正しいbuildだけが先に進むようにします。
関連ガイド
Definition of Ready - CI/CD Glossary DefinitionDefinition of Ready: A definition of ready is an agreed checklist a work item must satisfy before the team st…
Quality Gate - CI/CD Glossary DefinitionQuality Gate: A quality gate is a pass/fail checkpoint that fails a build when code quality metrics (coverage…
Promotion Criteria - CI/CD Glossary DefinitionPromotion Criteria: Promotion criteria are the conditions a build must meet to be promoted from one environme…