Eclipse Java Cucumber调试-如何在Cucumber Maven项目中配置和运行调试?

时间:2018-09-07 11:32:27

标签: java eclipse debugging cucumber maven-2

如何配置Eclipse以在黄瓜项目上运行调试? 我从特定的“ Step” java类中将断点置于给定的条件下,并且已经创建了maven构建配置文件(如图片附件),但是调试不起作用。

enter image description here

谢谢!

1 个答案:

答案 0 :(得分:0)

您正在通过maven common来运行它,

mvn clean install

但是您需要使用junit或testng运行它。

在步骤定义中放置一个调试点,并在调试部分以junit / testng的身份运行项目