Forum Discussion

Fredrik's avatar
Fredrik
Occasional Contributor
6 years ago

Add testdescription to test report regardless off what project that has been executed.

Hi, 

I'm executing a lot of different projects through Jenkins, and I would like to add the test description to the test report i.e. I don't want to have to modify all the projects one by one. Is this possible? 

Can I use some api? can I modify a template file somewhere in the project? 

 

Thanks! 

1 Reply

  • Nastya_Khovrina's avatar
    Nastya_Khovrina
    SmartBear Alumni (Retired)

    Hi Fredrik,

     

    You can add a custom property for a Test case and add the Test case description to this field. After this, you will be able to see the content of this property in our built-in printable reports for Test cases and projects: https://www.screencast.com/t/QBOZo4bh

    But, you will need to modify each project. There is no option to change something once and apply these report settings to all project. 

     

    But, we have an open feature request about customizing Junit reports.