Working screenshot diff
This commit is contained in:
@@ -39,7 +39,12 @@ export default defineConfig({
|
||||
projects: [
|
||||
{
|
||||
name: "chromium",
|
||||
use: { ...devices["Desktop Chrome"] },
|
||||
use: {
|
||||
...devices["Desktop Chrome"],
|
||||
launchOptions: {
|
||||
args: ["--disable-font-subpixel-positioning"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user