Skip to content

Commit fa95ba9

Browse files
JamesCollettCGIJamesCollettCGI
andauthored
CCD-4718: Investigate integration tests not running in aac-manage-case-assignment (#668)
* Empty commit * Updates to build.gradle and Jenkinsfile_CNP (aac-manage-case-assignment) --------- Co-authored-by: JamesCollettCGI <[email protected]>
1 parent 1eb8f50 commit fa95ba9

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Jenkinsfile_CNP

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,24 +126,25 @@ withPipeline("java", product, component) {
126126
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Unit Tests/**/*'
127127
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/Integration Tests/**/*'
128128

129-
publishHTML target: [
129+
publishHTML target: [
130130
allowMissing : true,
131131
alwaysLinkToLastBuild: true,
132132
keepAll : true,
133133
reportDir : 'Unit Tests',
134134
reportFiles : "index.html",
135135
reportName : "Unit Test Report"
136-
]
136+
]
137137

138-
publishHTML target: [
139-
allowMissing : true,
140-
alwaysLinkToLastBuild: true,
141-
keepAll : true,
142-
reportDir : 'Integration Tests',
143-
reportFiles : "index.html",
144-
reportName : "Integration Test Report"
145-
]
138+
publishHTML target: [
139+
allowMissing : true,
140+
alwaysLinkToLastBuild: true,
141+
keepAll : true,
142+
reportDir : 'Integration Tests',
143+
reportFiles : "index.html",
144+
reportName : "Integration Test Report"
145+
]
146146
}
147+
147148
onMaster {
148149
enableSlackNotifications('#ccd-master-builds')
149150
//enablePactAs([AppPipelineDsl.PactRoles.PROVIDER])

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ tasks.withType(Test) {
8989
}
9090

9191
test {
92+
generateCucumberReports.enabled = true
9293
failFast = true
9394
}
9495

0 commit comments

Comments
 (0)