We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a934a commit f415d81Copy full SHA for f415d81
azure-pipelines.yml
@@ -122,4 +122,13 @@ steps:
122
- script: |
123
docker stop $(docker ps -a -q)
124
docker rm $(docker ps -a -q)
125
- displayName: 'stop python app'
+ displayName: 'stop python app'
126
+
127
+- script: |
128
+ allure generate --clean --output $(Build.SourcesDirectory)/python-allure-output '$(Build.SourcesDirectory)/launcher-automation/target/allure-results'
129
+ displayName: generate allure html reports
130
131
+- task: PublishAllureReport@1
132
+ displayName: 'Publish Allure Report'
133
+ inputs:
134
+ reportDir: '$(Build.SourcesDirectory)/python-allure-output'
0 commit comments