build: refs #6695 add Docker Compose command for Cypress setup in Jenkinsfile
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-14 13:40:18 +01:00
parent 368063750f
commit 18828384ff
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default defineConfig({
screenshotsFolder: 'test/cypress/screenshots', screenshotsFolder: 'test/cypress/screenshots',
supportFile: 'test/cypress/support/index.js', supportFile: 'test/cypress/support/index.js',
videosFolder: 'test/cypress/videos', videosFolder: 'test/cypress/videos',
downloadsFolder: 'test/cypress/downloads', // downloadsFolder: 'test/cypress/downloads',
video: false, video: false,
specPattern: 'test/cypress/integration/**/*.spec.js', specPattern: 'test/cypress/integration/**/*.spec.js',
// specPattern: 'test/cypress/integration/client/clientList.spec.js', // specPattern: 'test/cypress/integration/client/clientList.spec.js',