refactor(接口测试): 添加收集执行过程变量
This commit is contained in:
parent
aa2020b46a
commit
be246fdbe4
|
@ -104,5 +104,10 @@ public class TaskRequestDTO implements Serializable {
|
|||
*/
|
||||
private Long requestCount;
|
||||
|
||||
/**
|
||||
* 记录执行时的环境变量
|
||||
*/
|
||||
private List<String> environmentVariables;
|
||||
|
||||
// TODO 其它执行参数
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue