Forum Discussion

678's avatar
678
Regular Contributor
5 years ago
Solved

Ready API 2.7 Allure Report Support Framework

As per Ready API 2.7 supporting Allure Reports 

can anyone has any steps to configure Allure Framework to get Allure Reports 

  • Hi 678,

     

    According to https://github.com/allure-framework/allure2, you can use one of the following ways to get Allure: 

    • Grab it from bintray.

    • Using Homebrew:

      $ brew install allure
    • For Windows, Allure is available from the Scoop commandline-installer. To install Allure, download and install Scoop and then execute in the Powershell:

      scoop install allure

4 Replies

  • bktientu's avatar
    bktientu
    New Contributor

    Hi 678 ,

     

    Firstly, you have to install scoop

    1. Open powershell

    2. Type 

    iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

    Refer : https://scoop.sh/

    3. 

    scoop install curl

    4. Type 

    scoop install allure

     5. Type

    allure serve D:\Working\Reports

    With "D:\Working\Reports" is the folder that generate allure report (include json files)

     

    Thanks,

    Nam

     

     

     

    • 678's avatar
      678
      Regular Contributor

      is there any other way other than installing scoop  ?

      • Nastya_Khovrina's avatar
        Nastya_Khovrina
        SmartBear Alumni (Retired)

        Hi 678,

         

        According to https://github.com/allure-framework/allure2, you can use one of the following ways to get Allure: 

        • Grab it from bintray.

        • Using Homebrew:

          $ brew install allure
        • For Windows, Allure is available from the Scoop commandline-installer. To install Allure, download and install Scoop and then execute in the Powershell:

          scoop install allure