Skip to content

Commit

Permalink
Set screenshotFailures to false in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Nov 13, 2024
1 parent 8f3a3c6 commit 88bd5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default defineWorkspace([
provider: 'playwright',
commands: { resizeColumn },
viewport: { width: 1920, height: 1080 },
headless: true
headless: true,
screenshotFailures: process.env.CI !== 'true'
}
}
},
Expand Down

0 comments on commit 88bd5e3

Please sign in to comment.