Skip to content

Commit

Permalink
fix: Adjust cypress config
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Feb 5, 2024
1 parent 16fffaa commit 4111798
Showing 1 changed file with 5 additions and 7 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

0 comments on commit 4111798

Please sign in to comment.