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
The puppeteer CLI option > doubles the screenshot time. We only have a couple of stories that would actually need this. Primarily because they hide/show UI on vue component mount depending on the screensize. When resizing the viewport they won't display.
In an ideal world we could do
screenshot: {
reloadOnViewportChange: true
}
The text was updated successfully, but these errors were encountered:
The puppeteer CLI option > doubles the screenshot time. We only have a couple of stories that would actually need this. Primarily because they hide/show UI on vue component mount depending on the screensize. When resizing the viewport they won't display.
In an ideal world we could do
The text was updated successfully, but these errors were encountered: