test: refs #6695 e2e get logs
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-10 09:24:00 +01:00
parent 1beab6810e
commit 5bcda5324e
2 changed files with 5 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -128,6 +128,8 @@ pipeline {
script {
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up e2e"
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml logs back"
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml logs db"
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml logs front"
def containerId = sh(script: "docker-compose -f docker-compose.e2e.yml ps -q e2e", returnStdout: true).trim()
if (containerId) {
def exitCode = sh(script: "docker inspect -f '{{.State.ExitCode}}' ${containerId}", returnStdout: true).trim()

View File

@ -21,9 +21,9 @@ export default defineConfig({
video: false,
specPattern: [
'test/cypress/integration/entry/stockBought.spec.js',
'test/cypress/integration/invoiceOut/invoiceOutNegativeBases.js',
'test/cypress/integration/invoiceOut/invoiceOutMakeInvoice.spec.js',
'test/cypress/integration/item/itemTag.spec.js',
// 'test/cypress/integration/invoiceOut/invoiceOutNegativeBases.js',
// 'test/cypress/integration/invoiceOut/invoiceOutMakeInvoice.spec.js',
// 'test/cypress/integration/item/itemTag.spec.js',
// 'test/cypress/integration/route/routeList.spec.js',
// 'test/cypress/integration/ticket/ticketList.spec.js',
// 'test/cypress/integration/ticket/ticketSale.spec.js',