cucumber-jenkins #19

Merged
bucky merged 5 commits from cucumber-jenkins into master 2023-10-10 09:44:15 -07:00
Showing only changes of commit ad4f8492d4 - Show all commits
Vendored
+2 -1
View File
@@ -25,7 +25,7 @@ pipeline {
}
stage('Run tests') {
steps {
sh 'cucumber'
sh 'cucumber features --format json --out reports'
}
}
stage('Report results') {
@@ -39,6 +39,7 @@ pipeline {
reportFiles: 'index.html',
reportName: 'Test Results',
reportTitles: 'Test Coverage'])
livingDocs()
}
}
}