Custom JUnit Report?

前端 未结 3 1373
名媛妹妹
名媛妹妹 2020-11-27 13:43

I am using the ant tasks \'junit\' and \'junitreport\' to run my JUnit Tests and generate a report at the end (=> \"Unit Test Results\").

Is it there some easy way t

3条回答
  •  抹茶落季
    2020-11-27 14:46

    Also if you don't want to replace the main xsl file, you can copy xsl file into the project root folder, update it with your changes and finally edit your build.xml file adding styledir attribute:

    
    

提交回复
热议问题