mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 13:42:28 +00:00
redo config
This commit is contained in:
parent
9a41366c82
commit
7c6f997bc0
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
|
||||
snapshot: {
|
||||
// snapshotPath: "cypress/snapshots/",
|
||||
// SNAPSHOT_UPDATE: true,
|
||||
updateSnapshots: true,
|
||||
useFolders: true,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue