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 <jonas@freesources.org>
  • Loading branch information
mejo- committed Sep 14, 2024
1 parent d4fe61f commit 6705cda
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export default 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 6705cda

Please sign in to comment.