We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2e4f8 commit cf60722Copy full SHA for cf60722
1 file changed
playwright.config.ts
@@ -14,6 +14,11 @@ export default defineConfig({
14
workers: process.env.CI ? 1 : undefined,
15
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
16
reporter: 'html',
17
+ expect: {
18
+ toHaveScreenshot: {
19
+ animations: 'disabled',
20
+ },
21
22
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
23
use: {
24
/* Base URL to use in actions like `await page.goto('/')`. */
0 commit comments