摘要: 在pom.xml中配置了testng的依赖后,在surefire-plugin中又配置了suitexmlfiles指向testng.xml文件,但是使用mvn test运行时,没有运行testng.xml中指定的用例, 导致该问题的原因是标签的大小写问题,没有严格规范的写suiteXmlFiles, 阅读全文
posted @ 2018-09-26 09:32 留白* 阅读(3043) 评论(0) 推荐(0)