随笔分类 - Allure-测试报告工具相关
摘要:一、安装Allure插件 二、系统配置(添加Allure Commandline)(1)进入Jenkins系统配置的“全局工具配置”,如下图。 (2)安装Allure Commandline (From Maven Central 选择版本,我选的是最新的2.13.1)
阅读全文
摘要:1、 下载allure-commandline Allure下载地方https://github.com/allure-framework/allure2/releases(windows环境搭建) 其他环境下载方式:https://docs.qameta.io/allure/#_installin
阅读全文
摘要:@Epic : 在测试类上方添加,或者每个方法上方添加,用于标注”测试的模块“(史诗级别的)。添加后,在Allure report的“功能”页可以看到比较清晰的层级关系。 @Feature : 在测试方法上方添加,用于标注”测试的功能块“。添加后,在Allure report的“功能”页可以看到比较
阅读全文
摘要:(1)要使用Allure Report,需要先在pom.xml文件中做以下配置<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <aspectj.version>1.8.10</aspect
阅读全文
摘要:**************************************************************** 说明文档:https://docs.qameta.io/allure/wiki:https://github.com/allure-framework/allure1/w
阅读全文