Baseline images
import { CustomProjectConfig } from 'lost-pixel';
export const config: CustomProjectConfig = {
ladleShots: {
ladleUrl: 'http://localhost:61000',
},
imagePathBaseline: "./baseline-images",
imagePathCurrent: "./current-images",
imagePathDifference: "./difference-images",
generateOnly: true,
};Last updated