As per Ready API 2.7 supporting Allure Reports
can anyone has any steps to configure Allure Framework to get Allure Reports
Solved! Go to Solution.
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
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
is there any other way other than installing scoop ?
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
Thank you, @Nastya_Khovrina and @bktientu for your replies.
@678, did you have a chance to go through the above suggestions?
User | Count |
---|---|
7 | |
7 | |
6 | |
3 | |
2 |
Subject | Author | Latest Post |
---|---|---|