-
Type: Sub-task
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: SEBA-Next
-
Component/s: Testing
-
Labels:None
-
Story Points:1
The CORDRobot library is imported as follows:
Library CORDRobot Library ImportResource resources=CORDRobot
Many functions that used to be in separate resources are now in CORDRobot library, for example the former utils.jsonToList function is now referenced as:
${json}= CORDRobot.jsonToList ${CURDIR}/test.json test
The resources in cord-tester need updating to use CORDRobot.