diff --git a/cypress.config.js b/cypress.config.js index dc4f8e6..fc35005 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -5,5 +5,6 @@ export default defineConfig({ setupNodeEvents(on, config) { // implement node event listeners here } - } + }, + trashAssetsBeforeRuns: false })