Publish allure report to blob storage #2765
Replies: 1 comment
-
so i resolve this is via bash step:
I find all new folder which created after allure task, and create variable for path where stored index.html for allure |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I use this task in my azure pipelines:
- task: PublishAllureReport@1 inputs: testResultsDir: '$(System.DefaultWorkingDirectory)/${{ parameters.PathToTest }}/bin/Debug/net6.0/allure-results' reportName: 'allure-report-$(app_name)'
And report was generated correctly, but i remember in old extension allure report, i can publish this report to blob storage like static website. Now i see report generated in this path "Report successfully generated to /home/vsts/work/1/s/f2b3aa25-7ff4-41d6-ab6c-f1757040ea13" but this value "f2b3aa25-7ff4-41d6-ab6c-f1757040ea13" dynamically every time. How i can get report folder to push to blob storage ?
Beta Was this translation helpful? Give feedback.
All reactions