diff --git a/badges/coverage-badge.svg b/badges/coverage-badge.svg index 35d23f0f..75a99de5 100644 --- a/badges/coverage-badge.svg +++ b/badges/coverage-badge.svg @@ -1 +1 @@ -Statements 49.92%Statements 49.92%Branches 39.84%Branches 39.84%Lines 51.01%Lines 51.01%Functions 54.06%Functions 54.06% +Statements 50.85%Statements 50.85%Branches 40.85%Branches 40.85%Lines 51.98%Lines 51.98%Functions 55.1%Functions 55.1% diff --git a/badges/tests-badge.svg b/badges/tests-badge.svg index 0d1ca370..b874e50f 100644 --- a/badges/tests-badge.svg +++ b/badges/tests-badge.svg @@ -1 +1 @@ -TestsTests132/132132/132 \ No newline at end of file +TestsTests136/137136/137 \ No newline at end of file diff --git a/cypress.json b/cypress.json index 959d9d05..c7dd025e 100644 --- a/cypress.json +++ b/cypress.json @@ -10,5 +10,10 @@ "**/__image_snapshots__/*" ], "defaultCommandTimeout": 10000, - "pageLoadTimeout": 120000 -} + "pageLoadTimeout": 120000, + "cypress-plugin-snapshots": { + "autoCleanUp": true, + "prettier": false, + "updateSnapshots": false + } +} \ No newline at end of file