add jenkins cucumber functionality
parent
5bce31baf2
commit
ad4f8492d4
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue