I have created a azure pipeline to to run the automated tests. By default it generates the junit report. I would like to add a plugin for Allure report in azure pipeline so that I can produce the visual reports and screenshot is shown in the report for the failed test cases.
Could you please let me know what changes I should make to achieve this?