21 lines
456 B
Plaintext
21 lines
456 B
Plaintext
|
|
*** 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}
|
||
|
|
|
||
|
|
|
||
|
|
|