Skip to content

Commit 7f09ce9

Browse files
pftgclaude
andcommitted
fix: sample report writes to tmp/snap_diff/index.html (matches action)
The upload-screenshots action checks tmp/snap_diff/ for the HTML report. The sample script was writing to tmp/sample_report.html instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2aecaf2 commit 7f09ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate_sample_report.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require "capybara/screenshot/diff"
1010
require "capybara_screenshot_diff/reporters/html"
1111

12-
output_path = File.expand_path("../tmp/sample_report.html", __dir__)
12+
output_path = File.expand_path("../tmp/snap_diff/index.html", __dir__)
1313

1414
# Build real comparisons using the gem's own ImageCompare.
1515
# Each pair gets a unique copy of the base image to avoid annotation file conflicts.

0 commit comments

Comments
 (0)