Skip to content

Commit

Permalink
chore: adjust visual report
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Jan 28, 2024
1 parent 9815c44 commit 4c52f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cy:install": "cypress install",
"cy:open": "cypress open --browser chrome --env type=regression --config screenshotsFolder=cypress/snapshots/actual",
"cy:start": "npm run start",
"cy:visual:report": "reg-cli cypress/snapshots/actual/visual cypress/snapshots/base/visual cypress/snapshots/diff/visual -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15"
"cy:visual:report": "reg-cli cypress/snapshots/actual cypress/snapshots/base/visual cypress/snapshots/diff -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15"
},
"dependencies": {
"@baloise/design-system-components": "15.2.1"
Expand Down

0 comments on commit 4c52f14

Please sign in to comment.