Skip to content

Commit 1ad5939

Browse files
increase failureThreshold for screenshots tests
1 parent 716f66d commit 1ad5939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
8484
const customConfig = {
8585
threshold: 0.3,
8686
thresholdType: 'percent',
87-
failureThreshold: 0.05,
87+
failureThreshold: 0.1,
8888
failureThresholdType: 'percent',
8989
customDiffConfig: {
9090
includeAA: false,
91-
threshold: 0.1,
91+
threshold: 0.5,
9292
}
9393
};
9494

0 commit comments

Comments
 (0)