Merge branch 'dev' into 8600-CreateZoneE2E
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jon Elias 2025-02-27 09:29:45 +00:00
commit 46a2629b34
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -125,7 +125,7 @@ pipeline {
always { always {
sh "docker-compose ${env.COMPOSE_PARAMS} down -v" sh "docker-compose ${env.COMPOSE_PARAMS} down -v"
junit( junit(
testResults: 'junit/e2e.xml', testResults: 'junit/e2e-*.xml',
allowEmptyResults: true allowEmptyResults: true
) )
} }

View File

@ -6,7 +6,7 @@ if (process.env.CI) {
urlHost = 'front'; urlHost = 'front';
reporter = 'junit'; reporter = 'junit';
reporterOptions = { reporterOptions = {
mochaFile: 'junit/e2e.xml', mochaFile: 'junit/e2e-[hash].xml',
toConsole: false, toConsole: false,
}; };
} else { } else {