storycap
storycap copied to clipboard
Couldn't find a story matching 'object [Object]'
I tried to integrate this with our Storybook instance using the simple mode but all the saved screenshots are like below
I am on Storybook v6.5.12, and using React.
When I run storycap with the verbose flag the logs seems sensible, i.e. no wrong looking story ids.
Any insight on how to address or debug this would be great :)
When I only installed storycap, it used the Chromium executable installed on my mac (/Applications/Google Chrome.app/Contents/MacOS/Google Chrome
) and I ran into the same problem as you. However, when I installed both storycap and puppeteer, the issue was solved.