Test Impact Analysis - Definição do Glossário de CI/CD
Test impact analysis usa um mapa de dependências entre código e testes para executar apenas o subconjunto que uma dada mudança pode afetar, reduzindo drasticamente o tempo de CI em suítes grandes, preservando a cobertura relevante.
Guias relacionados
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…