Allure Report extension for Azure DevOps #2337
-
Hello, I am currently testing out Allure Report extension for Azure DevOps. I have built a simple .NET 7 based NUnit framework wih a couple of tests which are passing both locally and on the pipeline and I am able to successfully generate and view a report locally via the CLI. I am having the following configuration for running the tests and publishing the Allure report in the
Also this is the
I can see in the
Not sure if the issue is because of the RandomUUID(assuming Would appreciate any suggestions or ideas, thank you for your time and attention! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
Hey there! |
Beta Was this translation helpful? Give feedback.
-
@ciconq i think i need some help. I know that you were successful in getting the allure results output in Azure DevOps after appending the url. However, I am still struggling with overriding the URL that it generates via .yml file. Is it possible for you to share a template of your .yml file? |
Beta Was this translation helpful? Give feedback.
Then try to change
testResultsDir
to$(System.DefaultWorkingDirectory)/$(projectName)/bin/$(buildConfiguration)/net7.0/allure-results