添加分离用例关键字

This commit is contained in:
姬巍川
2020-06-22 21:06:44 +08:00
parent d5a39ae44b
commit 52229ece07

View File

@@ -23,3 +23,11 @@ insert_time_to_file
${dict} Create Dictionary policyId=${value}[policyId] objectId=${value}[objectId] starttime=${starttime} endtime=${endtime}
${json} json.Dumps ${dict}
Alter Dict ${path}/03-Variable/AllFlowCaseVariable.txt ${key} ${json}
insert_policyId_to_file1
[Arguments] ${key} ${objectids}
Alter Dict ${path}/AllFlowCaseVariable.txt ${key} ${objectids}
insert_time_to_file1
[Arguments] ${key} ${starttime} ${key2} ${endtime}
Alter Dict ${path}/AllFlowCaseVariable1.txt ${key} ${starttime}
Alter Dict ${path}/AllFlowCaseVariable1.txt ${key2} ${endtime}