设置TestNG eclipse插件的输出目录
我想同时使用 testNG eclipse 插件和 maven Surefire 插件。有人告诉我 这里,我可以在运行 Maven 测试时监听输出文件夹“target/surefire-reports”,并且 testNG 插件视图获取数据并显示结果。
但在我的“maven 测试”结束后,该视图不会执行任何操作。在我使用“输出文件夹”应用 testNG 设置后,此错误出现在 Eclipse 错误视图
无论如何输出目录确实设置为 target/surefire-reports
但 testNG 视图不会对该目录中的更改做出反应...
I'd like to use both testNG eclipse plugin and maven surefire plugin together. And I was told here, that I can listen to the output folder "target/surefire-reports"
when running maven test and the testNG plugin view takes the data and displays the results.
But the view doesn't do anything after my "maven test" ends. And after I apply the testNG settings with "output folder", this error appears in eclipse error view
Anyway the output directory is really set to target/surefire-reports
but the testNG view doesn't react on changes in that directory...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚推出了新版本的 Eclipse 插件,它应该可以解决您遇到的问题。
I just pushed a new version of the Eclipse plug-in which should fix the problem you're seeing.