无法在Jetty服务器上查看Allure报告

时间:2016-09-22 10:42:49

标签: maven testng allure

我正在尝试在自动化项目中设置Allure报告。我正在关注 - https://github.com/allure-framework/allure-core/wiki/TestNG,但http://localhost:8080仅显示"目录:/"文本。我还发现Unable to Deploy Allure report on Jetty server有同样的问题,但解决方案并没有帮助。

1 个答案:

答案 0 :(得分:0)

看起来你有错误的码头站点路径,尝试改变jetty参数:

<webAppSourceDirectory>${project.basedir}/site/allure-maven-plugin</webAppSourceDirectory>

<webAppSourceDirectory>${project.build.directory}/site/allure-maven-plugin</webAppSourceDirectory>