Skip to content

Commit e1bc4af

Browse files
show allure test results in ADO
1 parent 01ea965 commit e1bc4af

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
@@ -97,4 +97,13 @@ steps:
9797
- script: |
9898
docker stop $(docker ps -a -q)
9999
docker rm $(docker ps -a -q)
100-
displayName: 'stop node app'
100+
displayName: 'stop node app'
101+
102+
- script: |
103+
allure generate --clean --output $(Build.SourcesDirectory)/node-allure-output '$(Build.SourcesDirectory)/launcher-automation/target/allure-results'
104+
displayName: generate allure html reports
105+
106+
- task: PublishAllureReport@1
107+
displayName: 'Publish Allure Report'
108+
inputs:
109+
reportDir: '$(Build.SourcesDirectory)/node-allure-output'

0 commit comments

Comments
 (0)