Forum Discussion

anuragray's avatar
anuragray
New Contributor
4 years ago
Solved

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.

 

 

 

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

  • 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

4 Replies

    • sonya_m's avatar
      sonya_m
      SmartBear Alumni (Retired)

      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"

      • jaimin's avatar
        jaimin
        New Contributor

        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

    • anuragray's avatar
      anuragray
      New Contributor

      Yes, space was the problem.

      Fixed that.

      Thank you so much.