gpt4 book ai didi

eclipse - 从 Eclipse 运行 TestNG testng.xml 测试

转载 作者:行者123 更新时间:2023-12-04 22:25:23 26 4
gpt4 key购买 nike

我有一些包裹

com.company.testing.module1
com.company.testing.module2
com.company.testing.module3

我也有一些类中有 TestNG 注释
com.company.testing.tests

现在我把 testng.xml 放在
com.company.testing

XML 文件看起来像
<?xml version="1.0" encoding="UTF-8"?>
<suite name="Foo">
<test name="Bar">
<package>
<package name="com.company.testing.tests" />
</package>
</test>
</suite>

如何从 Eclipse 运行套件?我应该做什么运行配置?

最佳答案

安装 TestNG plug-in,完成后,您只需右键单击您的 XML 文件,然后“运行方式/调试方式... TestNG。

关于eclipse - 从 Eclipse 运行 TestNG testng.xml 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3679766/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com