Ian VanSchooten
Ian VanSchooten
I'm using this tool along with storybook, but there are some times when I'd like to disable failures for certain stories. For instance, I have a story of an `input`...
React Native does some magic around requires to allow `require(img.png)` as pointed out in https://github.com/lelandrichardson/react-native-mock/issues/11, but it also allows platform-specific components to be named with an extension `.ios.js` or `.android.js`,...
**Is your feature request related to a problem? Please describe.** I'm trying to find a way to run cypress locally in development against my own local endpoint as well as...
### Describe the bug I've just added @storybook/test-runner to the storybook-builder-vite, and found that tests are not running correctly on our svelte example project. I get the following message: ```...
### Describe the Feature I have a `Themed` story in many of my stories files which simply renders other stories together in a "light mode" and "dark mode". If I'm...
### Describe the Feature Sometimes it is nice to give some extra context around what the test is doing, and I find that the story name is not always an...
### Describe the Feature request Currently, it seems that a new browser window is being opened for each test. Unfortunately, that causes a long loading time in development for vite...
### Describe the bug I'm not sure to call this a bug or a feature, but I find myself wishing that the story name displayed in the test output matched...
### Describe the bug In Dan's original comment describing fast-refresh (https://github.com/facebook/react/issues/16604), he says only files that only export components should be treated as boundaries. But, it seems that the `isRefreshBoundary`...
### Describe the bug Sometimes when Vite is starting up with Storybook, it throws an error as shown below. Normally it's difficult to reproduce, but I've got a set of...