Forum Discussion

isbiat's avatar
isbiat
New Contributor
4 years ago

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 the report !

Is anywone here working with allure report integration with azuredevops please ?

  • 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. 

  • Hey isbiat ; can you upload a screenshot of the blank report / output you're getting from the pipeline?

    • isbiat's avatar
      isbiat
      New Contributor

      Hello,

      please find below the screenshot it is from azure pipeline

       

      • joejoyce's avatar
        joejoyce
        Staff

        Is the Allure framework installed on the pipeline agent?