test: refs #6695 e2e use junitresults
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-31 14:36:09 +01:00
parent c47bdd6b9d
commit 34d44cfa3e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
dockerfile: ./Dockerfile.e2e
network_mode: host
e2e:
command: npx cypress run
command: npx cypress run --reporter junit --reporter-options "mochaFile=junitresults.xml"
build:
context: .
dockerfile: ./Dockerfile.e2e