We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bb7da commit bb5770eCopy full SHA for bb5770e
azure-pipelines.yml
@@ -110,4 +110,13 @@ steps:
110
- script: |
111
docker stop $(docker ps -a -q)
112
docker rm $(docker ps -a -q)
113
- displayName: 'stop java app'
+ displayName: 'stop java app'
114
+
115
+- script: |
116
+ allure generate --clean --output $(Build.SourcesDirectory)/java-allure-output '$(Build.SourcesDirectory)/launcher-automation/target/allure-results'
117
+ displayName: generate allure html reports
118
119
+- task: PublishAllureReport@1
120
+ displayName: 'Publish Allure Report'
121
+ inputs:
122
+ reportDir: '$(Build.SourcesDirectory)/java-allure-output'
0 commit comments