Skip to content

Commit

Permalink
fix(cypress): update cypress config for new visual regression plugin …
Browse files Browse the repository at this point in the history
…update

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Mar 9, 2024
1 parent 29ef72a commit ba8143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
// Visual regression testing
env: {
failSilently: false,
type: 'actual',
visualRegressionType: 'actual',
},
screenshotsFolder: 'cypress/snapshots/actual',
trashAssetsBeforeRuns: true,
Expand Down

0 comments on commit ba8143b

Please sign in to comment.