cucumber-jenkins #19
Vendored
+2
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user