文件名称:testNG-xslt
文件大小:1.25MB
文件格式:ZIP
更新时间:2016-07-17 14:55:18
testNG-xslt. testng reportng
用TestNG测试后,自动会生成html的测试报告,不过相信大家都有感觉,自动生成的测试报告太难看了,所以我们又用了ReportNG来美化它。在 这里给大家再介绍一下比reportNG还要稍稍美观一点的reporting tool: testNG-xslt.
解压后把saxon-8.7.jar放到project的lib目录下
3. 然后再把/src/main/resources/testng-results.xsl放到你的测试目录里,或是随便一个什么目录下
4. 创建一个简单的build.xml, 如下:
【文件预览】:
src
----main()
--------resources()
--------java()
lib
----saxon-license()
--------third-party-components_files()
--------intro_files()
--------intro.html(16KB)
--------third-party-components.html(33KB)
----saxon-8.7.jar(3.12MB)
test
----split-suite-testcase()
--------TestNG JDK 1.4()
--------testng-results.xml(127B)
----split-suite()
--------testng-results.xml(188B)
--------TestNG JDK 1.5 (v4)()
--------TestNG JDK 1.4 (v4)()
----runtime-totals()
--------testng-results.xml(185KB)
----maven()
--------src()
--------pom.xml(2KB)
----custom-css()
--------custom.css(59B)
--------testng-results.xml(185KB)
----single()
--------testng-results.xml(185KB)
build.xml
pom.xml