garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.66k stars 602 forks source link

Optimizing Environment Comparison to Prevent Redundant Runs #1548

Closed annasesb01 closed 3 months ago

annasesb01 commented 4 months ago

I’m currently comparing three environments: QA, DEV, and PROD.

For example:

I have an existing screenshot from the QA environment that I want to compare with both the DEV and PROD environments. Is there a way to ensure the QA environment does not run twice, since I already have a screenshot that can be used for comparison with both? Thank you in advance!