From 9311ba8163f51a9bebba3b3c8427a51d8306bebf Mon Sep 17 00:00:00 2001 From: Kleinc Date: Mon, 27 Oct 2025 11:52:54 +0100 Subject: [PATCH] refactor(#37): :recycle: Add specification to remove warning about trashing results --- cypress.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 })