Junit Reports中缺少类名和包名称

时间:2013-04-29 06:31:59

标签: ant junit cucumber

我有问题,当我运行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"/>

0 个答案:

没有答案