问题描述
我想同时使用testNG eclipse插件和maven surefire插件.然后我被告知在这里,我可以在运行maven test时收听输出文件夹"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.
但是在我的"Maven测试"结束后,该视图没有执行任何操作.在我将testNG设置与输出文件夹"一起应用后,此错误出现在eclipse错误视图中
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
无论如何,输出目录确实设置为target/surefire-reports
,但是testNG视图对该目录中的更改没有反应...
Anyway the output directory is really set to target/surefire-reports
but the testNG view doesn't react on changes in that directory...
推荐答案
我刚刚推送了新版本的Eclipse插件,该插件应该可以解决您遇到的问题.
I just pushed a new version of the Eclipse plug-in which should fix the problem you're seeing.
这篇关于设置TestNG eclipse插件的输出目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!