Denis Evseev
Denis Evseev
We do it in jest unit tests, testing that components have the correct behaviour on click and hover. Also, storybook allows creating different stories of one component, where each story...
However, Storybook is not used for testing - it is more like visual and simple storage of components. Useful to present new functionality to business without any server-side implementation. There...
The only thing you can do with Jest & Storybook is to use snapshot testing: https://storybook.js.org/docs/react/workflows/snapshot-testing The integration tests (with clicks and hovers) have to be done separately using only...
That would be fantastic if you could implement something similar to: https://storybook.js.org/docs/react/workflows/snapshot-testing Pretty sure it will boost the popularity of BackstopJS
Thank you @garris for the suggestion. Managed to get it to work in my project by following steps: 1) Extract all stories using **npx sb extract** command 2) Used this...
I am running it in React + Storybook project using the command line. The **npx sb extract** depends on strorybook-static built folder but only generates one stories.json file. You can...
The project is abandoned. You can amend the toolbar directly in ng-ckeditor. Also you need upload all necessary plugins. And it works
@user163 does it work for you?