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 01ea965 commit e1bc4afCopy full SHA for e1bc4af
azure-pipelines.yml
@@ -97,4 +97,13 @@ steps:
97
- script: |
98
docker stop $(docker ps -a -q)
99
docker rm $(docker ps -a -q)
100
- displayName: 'stop node app'
+ 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