Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 8963d0b

Browse files
committed
增加自定义信息
1 parent 3d43204 commit 8963d0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/org/suren/autotest/web/framework/annotation/AutoApplication.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
*/
3030
String description() default "";
3131

32+
/**
33+
* 该信息会在测试报告中体现。支持的文件格式为:.yml、.properties、.txt等。</br>
34+
* ymal和properties文件都会被解析成成json字符串。
35+
* @return 用户自定义的环境信息,classpath下的路径
36+
*/
37+
String customEnvInfo() default "";
38+
3239
/**
3340
* @return 项目(模块)关注者的邮件列表
3441
*/

0 commit comments

Comments
 (0)