Skip to content
Latchkey

Test Selection - CI/CD Glossary Definition

Test selection runs only the tests affected by a change, using a code-to-test dependency map.

Test selection runs only the tests affected by a change instead of the whole suite, using a dependency map between code and tests. It shrinks CI time on large repositories.

Also called test impact analysis, it trades completeness for speed and typically pairs with a full nightly run to catch anything the map missed.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →