add a setting for it
parent
ad4f8492d4
commit
33bfb23405
|
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Run tests') {
|
stage('Run tests') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cucumber features --format json --out reports'
|
sh 'cucumber features --format json --out cucumber.json'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Report results') {
|
stage('Report results') {
|
||||||
|
|
@ -39,7 +39,7 @@ pipeline {
|
||||||
reportFiles: 'index.html',
|
reportFiles: 'index.html',
|
||||||
reportName: 'Test Results',
|
reportName: 'Test Results',
|
||||||
reportTitles: 'Test Coverage'])
|
reportTitles: 'Test Coverage'])
|
||||||
livingDocs()
|
livingDocs(fileIncludePattern: "cucumber.json")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue