Relative Content

Tag Archive for javascriptstorybook

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’, […]