Skip to content

@Epic annotations in .docx report #43

Description

@MM-KR

Is it possible to display the @Epic, @feature, @story and @description descriptions in the .docx file?
This is the code in the Jenkins Pipeline:
post {
always {
withEnv(["XXXX+XXXX=.tools"]){
bat "allure-docx.exe --detail-level compact --logo XXX_logo.png --title ""+ doctitle +"" target/allure-results target/" + filename
archiveArtifacts 'target/' + projecttitle + '*'
}
}
}
}
}
post {
always {
script {
allure([
includeProperties: false,
jdk: 'JDK11',
reportBuildPolicy: 'ALWAYS',
results: [[path: 'target/allure-results']]
])
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions