TestNG:在给定路径中运行所有测试

发布于 2024-11-29 00:51:47 字数 123 浏览 0 评论 0原文

我正在开发一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺ぐ爱和你が 2024-12-06 00:51:47

您可以在 testng.xml 文件中使用 标记。

You can use the <package> tag in your testng.xml file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文