Working screenshot diff

This commit is contained in:
Mark Tolmacs
2025-08-25 11:13:03 +02:00
parent 9ad75b8375
commit 6317ac16ee
5 changed files with 1594 additions and 1241 deletions

View File

@@ -39,7 +39,12 @@ export default defineConfig({
projects: [
{
name: "chromium",
use: { ...devices["Desktop Chrome"] },
use: {
...devices["Desktop Chrome"],
launchOptions: {
args: ["--disable-font-subpixel-positioning"],
},
},
},
// {