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
Currently, the test runner works by transforming CSF files into Jest tests. This is great because you can edit your stories & re-run your tests interactively.
However, sometimes all you have is a link to a publicly hosted storybook. If we had a --stories-json mode that could transform stories.json into a set of tests, then you could run tests against any Storybook with zero configuration.
The text was updated successfully, but these errors were encountered:
Currently, the test runner works by transforming CSF files into Jest tests. This is great because you can edit your stories & re-run your tests interactively.
However, sometimes all you have is a link to a publicly hosted storybook. If we had a
--stories-json
mode that could transformstories.json
into a set of tests, then you could run tests against any Storybook with zero configuration.The text was updated successfully, but these errors were encountered: