Ready API 2.7 Allure Report Support Framework
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is there any other way other than installing scoop ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, @Nastya_Khovrina and @bktientu for your replies.
@678, did you have a chance to go through the above suggestions?
Olga Terentieva
SmartBear Assistant Community Manager
