From 18828384ff78052903b15450289cd951240cf1b7 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 14 Feb 2025 13:40:18 +0100 Subject: [PATCH] build: refs #6695 add Docker Compose command for Cypress setup in Jenkinsfile --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 24b2f1ed4..c45c1037d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -17,7 +17,7 @@ export default defineConfig({ screenshotsFolder: 'test/cypress/screenshots', supportFile: 'test/cypress/support/index.js', videosFolder: 'test/cypress/videos', - downloadsFolder: 'test/cypress/downloads', + // downloadsFolder: 'test/cypress/downloads', video: false, specPattern: 'test/cypress/integration/**/*.spec.js', // specPattern: 'test/cypress/integration/client/clientList.spec.js',