isbiat
4 years agoNew Contributor
Azure devops integration Allure Report
Hello, i am working with azuredevops pipeline where i have my Readuapi Tests, I added the plugin Allure generation report but i have a blanc report however, locally the generation is ok i can have...
- 4 years ago
Ok. So, ReadyAPI will generate Allure results. You need to pass the generated files to the Allure framework to get an actual report. For example, the following command generates a report using the files stored in the specified folder and opens the report in the default browser:
allure serve C:\Tests\Reports\
So you may need the above command as part of your pipeline. Let me know if that sounds feasible.