Skip to content

Commit cf60722

Browse files
committed
Attempt screenshots fix
1 parent fb2e4f8 commit cf60722

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

playwright.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ export default defineConfig({
1414
workers: process.env.CI ? 1 : undefined,
1515
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
1616
reporter: 'html',
17+
expect: {
18+
toHaveScreenshot: {
19+
animations: 'disabled',
20+
},
21+
},
1722
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
1823
use: {
1924
/* Base URL to use in actions like `await page.goto('/')`. */

0 commit comments

Comments
 (0)