Skip to content

Environment overrides

Two environment variables tune runs without touching the attributes — useful in CI:

VariableEffect
PROPERTY_RUNSPositive integer that overrides every property's run count (dial runs up in CI).
PROPERTY_SEEDInteger seed used for any property whose attribute omits seed (replay a whole suite). An explicit attribute seed still wins.
PROPERTY_VERBOSEAny value except ''/0 logs every run's generated arguments and, on failure, every accepted shrink step (shrink step 3: x=63 -> 51) — see exactly what a replayed seed feeds the property and how the shrinker descends.
PROPERTY_DBDirectory path enabling the regression corpus (below). Unset means the feature is off and nothing is written.