Loki and Storybook – run the visual regression test/snapshot with only one story
Configuration: Storybook version: 8 Stencil.js Loki version: 0.35.1 I have a storybook with a lot of stories, and I want to run visual regression tests with Loki to test with only one story. It run in the following local address: http://localhost:6006/?path=/story/project-base-mybutton–default I have this configuration in my loki.config.js: module.exports = { captureAllStories: false, storybookUrl: ‘http://localhost:6006’, […]
Storybook: add different script tags to head based on story tags
We have a storybook setup for the UI components we built – this is working great.