提交report查询详情接口用例,并优化report的关键字
This commit is contained in:
20
02-Keyword/tsg_bfapi/offline_stat_report/InsertFile.robot
Normal file
20
02-Keyword/tsg_bfapi/offline_stat_report/InsertFile.robot
Normal file
@@ -0,0 +1,20 @@
|
||||
*** Settings ***
|
||||
Library String
|
||||
Library json
|
||||
Library OperatingSystem
|
||||
Library RequestsLibrary
|
||||
Library Selenium2Library
|
||||
Library Collections
|
||||
Library FileLibrary
|
||||
Resource ../Common.robot
|
||||
Resource ../../../03-Variable/BifangApiVariable.txt
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
|
||||
InsertFile
|
||||
[Arguments] ${key} ${json}
|
||||
Alter Dict ${path}/02-Keyword/tsg_bfapi/offline_stat_report/Insertfile.txt ${key} ${json}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user