test: refs #6695 e2e get logs
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
1beab6810e
commit
5bcda5324e
|
@ -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()
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue