Skip to content

Commit e32ca65

Browse files
Show allure reports in ADO
1 parent f83de13 commit e32ca65

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
@@ -108,4 +108,13 @@ steps:
108108
- script: |
109109
docker stop $(docker ps -a -q)
110110
docker rm $(docker ps -a -q)
111-
displayName: 'stop csharp app'
111+
displayName: 'stop csharp app'
112+
113+
- script: |
114+
allure generate --clean --output $(Build.SourcesDirectory)/csharp-allure-output '$(Build.SourcesDirectory)/launcher-automation/target/allure-results'
115+
displayName: generate allure html reports
116+
117+
- task: PublishAllureReport@1
118+
displayName: 'Publish Allure Report'
119+
inputs:
120+
reportDir: '$(Build.SourcesDirectory)/csharp-allure-output'

0 commit comments

Comments
 (0)