diff --git a/cypress.config.js b/cypress.config.js index 94f9cd0..9acf04d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,9 +1,9 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ + snapshot: { - // snapshotPath: "cypress/snapshots/", - // SNAPSHOT_UPDATE: true, + updateSnapshots: true, useFolders: true, },