Skip to content

Commit

Permalink
Merge pull request #5213 from nextcloud-libraries/dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/cypress-visual-regression-5.0.0
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
2 parents 3dd6f9d + 4111798 commit 7b46f6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
12 changes: 5 additions & 7 deletions cypress.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ export default defineConfig({
defaultCommandTimeout: 6000,

env: {
visualRegression: {
type: 'regression',
failSilently: false,
baseDirectory: './cypress/snapshots/base',
diffDirectory: './cypress/snapshots/diff',
trashAssetsBeforeRuns: true,
},
visualRegressionType: 'regression',
visualRegressionBaseDirectory: './cypress/snapshots/base',
visualRegressionDiffDirectory: './cypress/snapshots/diff',
visualRegressionGenerateDiff: true,
visualRegressionFailSilently: false,
},

screenshotsFolder: './cypress/snapshots/actual',
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"babel-jest": "^29.0.1",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"cypress": "^13.1.0",
"cypress-visual-regression": "^4.0.0",
"cypress-visual-regression": "^5.0.0",
"eslint-plugin-cypress": "^2.11.1",
"file-loader": "^6.2.0",
"gettext-extractor": "^3.7.2",
Expand Down

0 comments on commit 7b46f6d

Please sign in to comment.