TestNG:在给定路径中运行所有测试
我正在开发一个使用 TestNG 和 ant 的项目。我希望能够在将测试和测试类添加到项目时运行它们,而无需创建或编辑 testng.xml 文件。我找不到任何描述如何操作的内容。
有人对如何做到这一点有任何想法吗?
I am working on a project that uses TestNG and ant. I would like to be able to run tests and test classes as they are added to the project, without having to create or edit testng.xml files. I can't find anything that describes how to do it.
Does anyone have any ideas on how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 testng.xml 文件中使用
标记。You can use the
<package>
tag in your testng.xml file.