storybook-addon-specifications
storybook-addon-specifications copied to clipboard
:book: Write tests next to your stories and display their results inside storybook interface
Hi there, I've contacted mthuret to help maintain this repository. I'll start support for Storybook 6. This changes include breaking change. I'm currently working on progress. Here is todos. -...
```js export default { title: 'MyComponent', decorators: [storyFn => {storyFn()}], }; ``` https://storybook.js.org/docs/formats/component-story-format/
I updated storybook to the latest version `5.1.11` from `3.3.0-alpha.4`, also I updated all of the dependencies. Now I have a really strange issue... When I am using `mount` to...
Hello, After storybook upgrade from 5.1.1 to 5.2.1, the `specs` function (or `it` function) is either not executed or failing silently somewhere, because the assignments that happen within the `it`...
I'm using Jest as my test runner, and I've noticed that at times I want to run the same tests from both with storybook (with the spec addon) and outside...
Here is my story: ``` import { storiesOf } from '@storybook/vue'; import { ComponentOptions } from 'vue'; import SomeComponent from './SomeComponent.vue'; import { specs } from 'storybook-addon-specifications'; import test from...
Hi, React Native Storybook supports addons form `v2`. The specifications addon doesn't seem to work out of the box with it. Got the error below when using with a simple...
## Issue details There is an error message when I open Storybook and I try to access one of my Stories. ``` Uncaught TypeError: Cannot read property 'wrongResults' of undefined...