首页  编辑  

Eclipse中如何配置和调测Cucumber Maven Java项目?

Tags: /Java/   Date Created:
如何在Maven/Cucumber/Java项目当中,能单步调测多个子项目分离(test layer和biz layer分离,即features文件和java step文件分在两个包中的项目?

Eclipse Java Cucumber debug - how can I configure and run debug in cucumber maven project? - Stack Overflow

Eclipse中,新建一个 debug/run configuration, Maven Build,设置 Goals 为 "-Dmaven.surefire.debug test -DforkCount=0 test",同时设置source path为biz layer的目录即可。
此后就可以正常调试了: