Description
Repeated pytest workflows can persist selected state between executions through a cache plugin. Developers use pytest-cache for expensive setup data, run metadata, and repeated test workflows. Cached values should not store secrets or private fixture output.