Forum Discussion

vshetty's avatar
vshetty
Occasional Contributor
2 years ago

Is it possible to generate two types (PDF and JSON) of reports in the same run with test engine?

Hi,

 

I want to generate two types of reports in the same run in testengine with command line. Is that possible?

 

E.g - testengine -c .\testengine.conf run project tags=pet,user output=C:\Work\Reports format pdf,json environment=dev C:\Work\ready-api-project.xml

 

2 Replies

  • vshetty's avatar
    vshetty
    Occasional Contributor

    It is not possible to generate the two reports with same execution, so we are generating the report in json format along with execution and then generating the report in pdf format using the same testjob

  • nmrao's avatar
    nmrao
    Champion Level 3

    If the report is in JUnit style then probably, there could be ways possibly to generate in other formats based on that.