List reference screenshots for a given step.
UUID of the visual-regression step (required).
Optionalcursor?: stringOpaque cursor returned as nextToken by the previous page.
OptionalpageSize?: numberItems per page.
Fetch a single reference screenshot.
Create a new reference screenshot for a visual-regression step.
Format: uuid
Format: uri
OptionalbrowserName?: string | nullOptionalosName?: string | nullOptionalscreenSizeType?: "" | "desktop" | "mobile" | "custom" | nullOptionalrunProfileId?: string | nullFormat: uuid
OptionalrunMode?: "" | "recording" | "server" | "local" | nullPatch a reference screenshot.
Optionalscreenshot?: stringFormat: uri
Delete a reference screenshot.
Resolve failed visual-regression checks.
set_new_reference accepts the observed screenshot as the new
baseline; set_new_max_difference raises the step's allowed difference to just above
the observed value. The value is computed server-side and cannot be supplied.
OptionaltestRunId?: stringResolve every failed visual-regression step in a test run.
Provide exactly one of stepRunId or testRunId.
OptionalstepRunId?: stringResolve a single step run.
Visual regression module — manage reference screenshots that anchor element/page visual-regression steps.
A reference screenshot represents the "expected" pixels for a step; the runner compares each run's screenshot against the active reference.