Smoke Test - CI/CD用語集の定義
smoke test とは、最も重要な経路がそもそも動くかを素早く浅く確認するもので、最初に実行して、明らかに壊れた build を、完全なスイートが時間を費やす前に弾くためのものである。
CI において
チームはしばしば pipeline の早い段階で小さな smoke job を走らせて素早く失敗させ、その後で高コストな完全スイートをそれの後ろにゲートします。
関連ガイド
Sanity Test - CI/CD Glossary DefinitionSanity Test: A sanity test is a narrow, focused check that a specific new change or bug fix behaves as expect…
Regression Test - CI/CD Glossary DefinitionRegression Test: A regression test re-runs existing tests after a change to confirm that previously working f…