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
@storybook/addon-storyshots-puppeteer allows us to set a storybookUrl configuration to imageSnapshot. This is documented here and can be found in the code here.
As you can see in the linked code there are query params which are appended to the storybookUrl automatically. This makes it impossible to add your own query params which is what I plan to do with #4081. (Use a different background for storyshots.)
Work summary
@storybook/addon-storyshots-puppeteer
allows us to set astorybookUrl
configuration toimageSnapshot
. This is documented here and can be found in the code here.As you can see in the linked code there are query params which are appended to the
storybookUrl
automatically. This makes it impossible to add your own query params which is what I plan to do with #4081. (Use a different background for storyshots.)Where to start
Start here and either
storybookUrl
and append your internal params in a smarter way orstorybookParams
which are appended internally at the correct positionAcceptance criteria
It is possible to add custom query params to the
imageSnapshot
.Who to contact
I don't know? :)
The text was updated successfully, but these errors were encountered: