您的位置:软件测试 > 开源软件测试 > 开源单元测试工具 > TestNG
TestNG测试报告美化buid.xml配置
作者:网络转载 发布时间:[ 2016/7/19 11:37:02 ] 推荐标签:单元测试 TestNG

<?xml version="1.0" encoding="UTF-8"?>
<project name="myproject" basedir="." default="transform">
     <echo message="The base dir is: ${basedir}"/>
      <property name="lib.dir" value="jar"/>
         <echo message="The base dir is: ${lib.dir}"/>
    <path id="test.classpath">
         <!-- adding the saxon jar to your classpath -->
         <fileset dir="${lib.dir}" includes="*.jar"/>
    </path>

    <target name="transform">
        <xslt in="${basedir} est-output estng-results.xml" style="${basedir} est-output estng-results.xsl"
              out="${basedir} est-output estReport.html">
            <param name="testNgXslt.outputDir" expression="${basedir} est-output"/>
            <classpath refid="test.classpath"/>
        </xslt>
    </target>
</project>

软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd