1

SeleniumのテストケースをJenkinsに公開したいと思います。次のようにHTMLを生成するようにsurefireレポートプラグインを構成しました...

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-report-plugin</artifactId>
    <version>2.12</version>
    <configuration>
        <outputDirectory>${project.build.directory}/htmlreport</outputDirectory>
    </configuration>
</plugin>

ただし、レポートの生成中にNumberFormatExceptionが発生します。次のログを調べてください。

Waiting for Jenkins to finish collecting data
channel stopped
Publishing Selenium report...
Copying the reports.
parsing resultFile surefire-report.html
Unable to parse surefire-report.html: java.lang.NumberFormatException: null
Finished: SUCCESS

問題を修正するための提案を提供してください。

4

0 に答える 0