lost-pixel / lost-pixel

Open source alternative to Percy, Chromatic, Applitools.

Home Page:https://lost-pixel.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failed on lost-pixel-update.yml

DevanshAryan opened this issue · comments

Github workflow shows build unsuccessful, used the same file as mentioned in this link https://blog.logrocket.com/storybook-visual-regression-testing-lost-pixel-react/#what-is-lost-pixel

Hey @DevanshAryan
please provide some more context:

  • Error message (or error log)
  • your config file
  • version of Lost Pixel
  • anything else that you believe might help to debug this

thanks

Screenshot 2023-06-06 at 4 48 18 PM

lost-pixel/lost-pixel@v3.4.0

My config file looks like:-
import { CustomProjectConfig } from 'lost-pixel';

export const config: CustomProjectConfig = {
storybookShots: {
storybookUrl: './storybook-static',
},
// OSS mode
generateOnly: true,
failOnDifference: true

// Lost Pixel Platform (to use in Platform mode, comment out the OSS mode and uncomment this part )
// lostPixelProjectId: "xxxx",
// process.env.LOST_PIXEL_API_KEY,
};

Now I'm facing this another weird issue
image

I am not able to update my baseline images, can you let me know why this is happening

It was resolved thanks for your time