Skip to content

Commit f415d81

Browse files
Show allure reports in ADO
1 parent 53a934a commit f415d81

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,13 @@ steps:
122122
- script: |
123123
docker stop $(docker ps -a -q)
124124
docker rm $(docker ps -a -q)
125-
displayName: 'stop python app'
125+
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

Comments
 (0)