最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Allure Reports growing in size for same exact tests running against same build - Stack Overflow

programmeradmin0浏览0评论

My allure reports are growing in size running the same test against the same build. Here is the kicker which is blowing my mind on how this could be happening. The VM that is running the test and producing the allure report is reverted from a clean state snapshot at the beginning of each test run and the report is generated in the Jenkins workspace which is also cleared at the beginning of each test run so there is no possible way anything is left over from previous test runs or report generations. Report sizes for same exact test against same build... enter image description here

My report generation block from Jenkins pipeline using the Allure Plugin...

allure([

includeProperties: false,
jdk: '',
properties: [],
reportBuildPolicy: 'ALWAYS',
results: [[path: "$env.BUILD_NUMBER"]]

])

Question: is there some properties to include that will force a clean report with no history in it?
Please advise if you can help

发布评论

评论列表(0)

  1. 暂无评论