Skip to content

Commit

Permalink
feat: visual regression debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holloway authored and Matthew Holloway committed Oct 2, 2024
1 parent 38cd4ad commit e903209
Show file tree
Hide file tree
Showing 35 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/.lostpixel/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
current
difference
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/.lostpixel/baseline/tailwind_Height.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/.lostpixel/baseline/tailwind_Margin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/.lostpixel/baseline/tailwind_Padding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/.lostpixel/baseline/tailwind_Width.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file removed client/.lostpixel/current/tailwind_Border Color.png
Binary file not shown.
Binary file removed client/.lostpixel/current/tailwind_Border Radius.png
Binary file not shown.
Binary file removed client/.lostpixel/current/tailwind_Border Width.png
Binary file not shown.
Binary file removed client/.lostpixel/current/tailwind_Drop Shadow.png
Binary file not shown.
Binary file removed client/.lostpixel/current/tailwind_Font Family.png
Binary file not shown.
Binary file removed client/.lostpixel/current/tailwind_Font Size.png
Binary file not shown.
Binary file removed client/.lostpixel/current/tailwind_Font Weight.png
Diff not rendered.
Binary file removed client/.lostpixel/current/tailwind_Height.png
Diff not rendered.
Diff not rendered.
Binary file removed client/.lostpixel/current/tailwind_Line Height.png
Diff not rendered.
Binary file removed client/.lostpixel/current/tailwind_Margin.png
Diff not rendered.
Binary file removed client/.lostpixel/current/tailwind_Padding.png
Diff not rendered.
Binary file removed client/.lostpixel/current/tailwind_Text Color.png
Diff not rendered.
Binary file removed client/.lostpixel/current/tailwind_Width.png
Diff not rendered.
3 changes: 3 additions & 0 deletions lostpixel.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ export const config = {
histoireShots: {
histoireUrl: './client/.histoire/dist'
},
imagePathBaseline: './client/.lostpixel/baseline',
imagePathCurrent: './client/.lostpixel/current',
imagePathDifference: './client/.lostpixel/difference',
generateOnly: true,
failOnDifference: true
}

0 comments on commit e903209

Please sign in to comment.