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
Visual regressions can sometimes be introduced when making changes to Voila.
For example #846 is going to drastically change the way the frontend works, and it would be great to check if this big change is going to affect some of the Voila logic, rendering or features.
Proposed Solution
We should add Visual Regression tests, which has already been explored in #574 and #821.
Problem
Visual regressions can sometimes be introduced when making changes to Voila.
For example #846 is going to drastically change the way the frontend works, and it would be great to check if this big change is going to affect some of the Voila logic, rendering or features.
Proposed Solution
We should add Visual Regression tests, which has already been explored in #574 and #821.
One option would be to follow what JupyterLab, ipywidgets and bqplot (and potentially other repos) have done and adop Galata: https://github.com/jupyterlab/galata
If testing the Voila rendered page directly is not feasible with Galata, we might able to use the JupyterLab preview extension instead.
Additional context
The text was updated successfully, but these errors were encountered: