Skip to content

Commit

Permalink
test(ci): Fix path of visual regression base files
Browse files Browse the repository at this point in the history
The default path changed with cypress-visual-regression 5.0.2. See
cypress-visual-regression/cypress-visual-regression#247
for details.

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- authored and juliushaertl committed Sep 15, 2024
1 parent 895ff03 commit 6c77538
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ module.exports = defineConfig({
env: {
failSilently: false,
type: 'actual',
SNAPSHOT_BASE_DIRECTORY: './cypress/snapshots/base',
SNAPSHOT_DIFF_DIRECTORY: './cypress/snapshots/diff',
},
e2e: {
env: {
Expand Down

0 comments on commit 6c77538

Please sign in to comment.