Skip to content

Commit 13b9852

Browse files
committed
Add single test
1 parent 4a45007 commit 13b9852

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

playwright.config.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ export default defineConfig({
2222
projects: [
2323
{
2424
name: 'chromium',
25-
use: { ...devices['Desktop Chrome'] },
25+
use: {
26+
...devices['Desktop Chrome'],
27+
launchOptions: {
28+
args: [
29+
'--font-render-hinting=none',
30+
'--disable-font-subpixel-positioning',
31+
'--disable-skia-runtime-opts',
32+
'--disable-lcd-text',
33+
],
34+
},
35+
},
2636
},
2737
],
2838
webServer: {

0 commit comments

Comments
 (0)