Getting Blank allure reports with ReadyAPI allure results json files
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting Blank allure reports with ReadyAPI allure results json files
I am using ReadyAPI 2.7.0
I am trying to generate allure reports from the ready api results.
I tried to generate allure reports using the Ready api tools interface and / or using the pom.
In both the cases, I am seeing the corresponding json allure result files getting generated. However on doing allure serve C:/allure results file path my reports are showing up as blank. Has anyone face this issue? and how to resolve this?
I am not sure if the result files are good or if I am missing something.
Solved! Go to Solution.
- Labels:
-
REST
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your question @anuragray !
@ChrisAdams , @HimanshuTayal @richie @nmrao , do you guys know something that could explain this? Thanks!
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@anuragray Looks like the path is not read correctly because of a white-space. Something needs to be done about this.
Try using brackets in the path allure serve "C:/file path"
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting empty page when I am trying to run same command- I have mentioned command as allure serve "Path of results directory"
Can you guide me what can be issue?
Allure version is 2.13.10
Ready API version 3.8.1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, space was the problem.
Fixed that.
Thank you so much.
