Forum Discussion

Vallalarasu_P's avatar
Vallalarasu_P
Frequent Contributor
5 years ago
Solved

How to generate test case printable report during automation execution and Save in local system ?

Using TestRunner GUI, There are reports that can be generated such as Junit Report, Allure Report and Printable report.

 

How to save these reports after execution of each testcase ?

 

 

 

7 Replies

    • Vallalarasu_P's avatar
      Vallalarasu_P
      Frequent Contributor

      Thanks for your response.

       

      I went through the same. I wish to know how reports can be saved automatically after execution.

       

      For example in testcomplete, using Log.SaveResultas method which will save the reports in a specified location.

      This if we add in events, This is going to happen after every single test. 

       

      I wish to configure readyapi to store all the execution report automatically instead of triggering it manually.

       

      Correct me if my understanding is wrong.