Skip to content

Commit

Permalink
fix: remove threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
totto2727 committed Apr 23, 2024
1 parent 5e121ee commit 3cfc58d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ export default defineConfig({
},
// Matcherのグローバル設定
expect: {
toHaveScreenshot: {
maxDiffPixelRatio: 0.01,
threshold: 0.5,
},
// toHaveScreenshot: {
// maxDiffPixelRatio: 0.002,
// },
},
// テストサーバの自動起動
webServer: {
Expand Down

0 comments on commit 3cfc58d

Please sign in to comment.