1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
The solution is actually simple: all I needed to do is eliminate the failsafe-summary.xml file from the list of reports. The relevant buildspec fragment becomes:
reports:
SurefireReports: #surefire junit reports
files:
- '**/TEST*.xml'
base-directory: 'target/surefire-reports'
IntegrationReports: #failsafe junit reports
files:
- '**/TEST*.xml'
base-directory: 'target/failsafe-reports'
répondu il y a 2 ans
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 4 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans