local_snapshotter: Instantiate local snapshotting context

View source: R/snapshot-reporter.R

local_snapshotterR Documentation

Instantiate local snapshotting context

Description

Needed if you want to run snapshot tests outside of the usual testthat framework For expert use only.

Usage

local_snapshotter(
  reporter = SnapshotReporter,
  snap_dir = "_snaps",
  cleanup = FALSE,
  desc = NULL,
  fail_on_new = NULL,
  frame = caller_env()
)

testthat documentation built on Nov. 25, 2025, 5:09 p.m.