运行 xml jenkins 测试套件
Running xml test suite with jenkins
我知道如何在我的 windows 批处理命令中使用 mvn -Dtest = nameoftest test 将 Jenkins 配置为 运行 特定测试 class。但是,我如何 运行 一个包含许多测试的 xml 脚本?
对于任何偶然发现此问题的人,您 运行 一个 xml 文件通过 jenkins 像这样..
mvn test -DsuiteXmlFile = src/whatever/path/my_file.xml
我知道如何在我的 windows 批处理命令中使用 mvn -Dtest = nameoftest test 将 Jenkins 配置为 运行 特定测试 class。但是,我如何 运行 一个包含许多测试的 xml 脚本?
对于任何偶然发现此问题的人,您 运行 一个 xml 文件通过 jenkins 像这样..
mvn test -DsuiteXmlFile = src/whatever/path/my_file.xml