有谁知道 Jenkins 集成 allure 测试报告后,这个页面右侧怎么展示多个不同环境(比如测试环境、预发布环境等)的 allure 报告视图啊? 我在构建流程里面已经设置了多个不同环境,但是从视图看不出哪次是哪个环境的测试报告,又不想因为多个环境新建多个 JOB 任务。
在 Jenkins 中集成 Allure 测试报告后,要在页面右侧展示多个不同环境的 Allure 报告视图,可以通过以下步骤实现:
allure serve --clean --output=/path/to/report --html=/path/to/index.html
allure serve --clean --output=/path/to/test-report1 --html=/path/to/test-report1/index.html --env=TEST_ENV1 allure serve --clean --output=/path/to/test-report2 --html=/path/to/test-report2/index.html --env=TEST_ENV2
/path/to/test-report1/index.html
看起来像是 AI 的回复,要是有图片说明就更好了。 第 2 步,构建步骤中好像没看到选项有 “Prepare environment” 环节,是要安装什么插件吗? 第 6 步,在 Jenkins 页面左侧菜单中,没看到 “查看”>“仪表板”,也是需要另外安装什么插件吗?
帖子不要沉呀~