Testng测试报告设置那点事~

testng自带的测试报告样式不美观,可以使用testng的一个plugin reportng。具体配置方法如下:

  1. 使用intellij idea创建一个maven项目,pom.xml引入reportng,

        4.0.0
    
        TestNGProj
        TestNGProj
        1.0-SNAPSHOT
        
            
                org.testng
                testng
                6.8.21
            
            
                org.uncommons
                reportng
                1.1.4
                test
                
                    
                        org.testng
                        testng
                    
                
            
            
                com.google.inject
                guice
                3.0
                test
            
        
        
            
                
                    org.apache.maven.plugins
                    maven-resources-plugin
                    2.5
                
                
                    org.apache.maven.plugins
                    maven-surefire-plugin
                    2.12
                    
                        
                            src/main/java/testng.xml

原创文章,作者:3628473679,如若转载,请注明出处:https://blog.ytso.com/197845.html

(0)
上一篇 2021年11月17日
下一篇 2021年11月17日

相关推荐

发表回复

登录后才能评论