Tech notes on the go

Showing posts with label Junit. Show all posts
Showing posts with label Junit. Show all posts

Wednesday, October 16, 2013

Parse JUnit XML reports and output them in HTML

Just add following to ant's task:

<junitreport todir="build/reports">
    <fileset dir="build/reports">
        <include name="TEST-*.xml"/>
    </fileset>
    <report format="frames" todir="build/reports/html"/>
</junitreport>


src: http://ant.apache.org/manual/Tasks/junitreport.html
Posted by fr0l at 10:11 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Ant, Junit
Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2020 (1)
    • ▼  May (1)
      • MacBook unplugged from external monitor thinks it'...
  • ►  2019 (1)
    • ►  October (1)
  • ►  2017 (1)
    • ►  January (1)
  • ►  2016 (3)
    • ►  November (2)
    • ►  September (1)
  • ►  2015 (15)
    • ►  September (2)
    • ►  August (1)
    • ►  July (2)
    • ►  June (2)
    • ►  April (7)
    • ►  February (1)
  • ►  2014 (24)
    • ►  August (12)
    • ►  June (2)
    • ►  May (5)
    • ►  April (2)
    • ►  March (2)
    • ►  January (1)
  • ►  2013 (26)
    • ►  December (3)
    • ►  October (11)
    • ►  September (8)
    • ►  August (4)
Simple theme. Powered by Blogger.