You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
@xtinemade excellent progress on ferreting out visual regressions by using the BackstopJS library. Let's generalize that to prevent issues like #473 (and the countless others of its ilk) from coming up by running visual regressions against our live sites.
Somewhat similar to -parser's integration tests, we'd need to load each site's UI glue code and rebuild the frontend for each. We could run -site with that frontend and tie it to a live API. We could grab a screenshot from the live site as a reference and compare against the newly-generated image.
The text was updated successfully, but these errors were encountered:
@xtine made excellent progress on ferreting out visual regressions by using the BackstopJS library. Let's generalize that to prevent issues like #473 (and the countless others of its ilk) from coming up by running visual regressions against our live sites.
Somewhat similar to -parser's integration tests, we'd need to load each site's UI glue code and rebuild the frontend for each. We could run -site with that frontend and tie it to a live API. We could grab a screenshot from the live site as a reference and compare against the newly-generated image.
The text was updated successfully, but these errors were encountered: