Changed
-
Recorded test runs are now stored in the system state directory rather than the cache directory, since they are not regenerable. (#3043)
Platform New location Linux, macOS, and other Unix $XDG_STATE_HOME/nextest/or~/.local/state/nextest/Windows %LOCALAPPDATA%\nextest\(unchanged)The store location can now be overridden via
NEXTEST_STATE_DIR(previouslyNEXTEST_CACHE_DIR).For this release, records in the cache directory will be automatically migrated on the next nextest run. Since this feature is experimental, the migration path will be removed soon (in the next 1-2 releases).