Skip to content

Commit

Permalink
chore: added threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Dec 6, 2024
1 parent 5992dbc commit 973c397
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ android {
}

experimentalProperties["android.experimental.enableScreenshotTest"] = true

testOptions {
screenshotTests {
imageDifferenceThreshold = 0.0001f // 0.01%
}
}
}

dependencies {
Expand Down

0 comments on commit 973c397

Please sign in to comment.