reg-viz / storycap

A Storybook Addon, Save the screenshot image of your stories :camera: via puppeteer.
https://www.npmjs.com/package/storycap
MIT License
705 stars 89 forks source link

component triggered by storybook "play" is missing in the captured image #725

Open Gfast2 opened 1 year ago

Gfast2 commented 1 year ago

Hi storycap:

Our team are leveraging storycap to do the visual regression test. We've discovered the ant design notification won't be captured on the screen.

Here is the toy project to reproduce the symptom: ant_design_notification_storybook_storycap_visual_regression_test

In the project above we've using storybook play to trigger the notification. We've tried storycap click as well in between, which won't capture the notification neither.

Could any one give this a check by chance? Thanks. :smiley_cat: