我有问题,当我运行ANT并生成Junit报告时,我看到包名称显示为“无”,类名称显示为空白。你能告诉我这个问题是什么吗?
(从下面的评论复制)
<java classname="cucumber.api.cli.Main" fork="true" failonerror="false" resultproperty="cucumber.exitstatus">
<classpath refid="classpath"/>
<arg value="--format"/>
<arg value="junit:target/cucumber-junit-report.xml"/>
<arg value="--format"/>
<arg value="pretty"/>
<arg value="--format"/>
<arg value="html:target/cucumber-html-report"/>
<arg value="--glue"/>
<arg value="com.cucumber.logintest"/>
<arg value="src/test/resources"/>