Test Impact Analysis - CI/CD用語集の定義
Test impact analysisは、コードとテストの間の依存マップを用いて、ある変更が影響しうる部分集合だけを実行し、大規模スイートでのCI時間を大幅に削減しつつ、関連するカバレッジを維持します。
関連ガイド
Regression Suite - CI/CD Glossary DefinitionA regression suite is the body of tests that guard against previously fixed bugs reappearing, run on every ch…
Sharding Strategy - CI/CD Glossary DefinitionA sharding strategy decides how a test suite is split across parallel runners - by count, timing, or file - t…
Quarantine - CI/CD Glossary DefinitionQuarantine moves a known-flaky test out of the blocking suite so it no longer fails the build, while still ru…