• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to disply Heading on JUNIT Report

 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Have 2 test cases for my API

I am running these test cases on XA and NON-XA drivers ,

while creating report i want to print the heading (title) on the report so that user can figure out the which report he is viwing.

i have 2 differnt build file to run the XA and Non xa drivers

can you please give some link/pointer how to add the titile or heading for the junit report.


Thanks,
Santosh
 
Santosh Maskar
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<replace dir="${report}" value="NON-XA Driver:${today}">
<include name="**/*.html" />
<replacetoken>Unit Test Results</replacetoken>
</replace>


using the above target i can pritn out the title for the report.

Thanks,
Santosh
reply
    Bookmark Topic Watch Topic
  • New Topic