Steps to reproduce
- Run
ddev backstop reference to get some "reference" snapshots (e.g. of the live site)
- Open the backstop browser report.
- Do something to change the content in the reference (either make a content change on the live site, or set a different environment as the reference)
- Rerun
ddev backstop reference to get fresh "reference" snapshots
- Open the backstop browser report. Note how the "reference" images are from the first run and not your changed content, even though backstop is diffing correctly. Note how the "test" images are fine, that's because they always have a new path
.../bitmaps_test/<date+time>/<scenario>.png, but "reference" images always have a constant path .../bitmaps_reference/<scenario>.png.
The problem that ddev is telling the browser to cache the images:
Can we tell DDev not to cache these paths?