loki icon indicating copy to clipboard operation
loki copied to clipboard

👁 Visual Regression Testing for Storybook

Results 136 loki issues
Sort by recently updated
recently updated
newest added

We are trying to implement a CDN self-hosted web font in our project. When running Storybook the font loads, but it being 307 redirected to another location where it loads...

I have the following Loki configuration: ``` "loki": { "diffingEngine": "looks-same", "configurations": { "chrome.laptop": { "target": "chrome.docker", "width": 1366, "height": 768, "deviceScaleFactor": 1, "mobile": false }, "chrome.iphone7": { "target": "chrome.docker",...

I randomly receive `1 request failed to load;` after running `loki --requireReference --reactUri file:./storybook-static` I've added `console.log` to `Network.loadingFailed`: ``` Network.loadingFailed(({ requestId, type, errorText, canceled, blockedReason, corsErrorStatus }) => {...

Hi. I got to the [Play Functions](https://storybook.js.org/docs/react/writing-stories/play-function), a new promising feature of Storybook, that can solve the rather old [request for interactions](https://github.com/oblador/loki/issues/133) within Loki. I started with a very simple...

I am running the following command and it seems to work, except no difference file is created. ```sh loki \ --requireReference \ --diffingEngine gm \ --reactUri file:./storybook-static \ --chromeFlags="--headless --disable-gpu...

We have a relative big project that is using Loki to perform visual integration tests and we are using NX / Angular as our base frameworks. This project is split...

although i've commented here https://github.com/oblador/loki/issues/369 i wanted to create a new issue as the old one is already closed. still getting the error with windows witn node 18. ``` λ...

I think `loki update` should delete the old reference image like `loki approve` does. My understanding is that `loki update` should be identical to running `loki test` followed by `loki...

I was looking about more info according to `chromeTolerance` and couldn't. At least range of possible values? Are we talking about 1-2-3-10 or about 0.01-0.2 and so on? And please...

Closes: #234 I implemented the `--diffOnly` option suggested by @techeverri in his [comment](https://github.com/oblador/loki/issues/234#issuecomment-788862248). It allows the user to only approve changed images that are inside the difference directory. Therefore it...