Details
-
New Feature
-
Status: Gathering Interest
-
Resolution: Unresolved
-
None
-
None
-
None
Description
As system, whenever importing Robot XML results, keyword arguments must also be imported and shown in the execution details.

Original test case
*** Test Cases ***
The search page presents valid options for searching
[Tags] 1
Go To ${URL}
Title Should Be BlazeDemo
Element Should Be Visible css:input[type='submit']
Wait Until Element Is Enabled css:input[type='submit']
Wait Until Element Is Clickable input[type='submit']
${values}= Get List Items xpath://select[@name='fromPort'] values=True
Log ${values}
${allowed_departures}= Create List Paris Philadelphia Boston Portland San Diego Mexico City São Paolo
Lists Should Be Equal ${allowed_departures} ${values}
${values}= Get List Items xpath://select[@name='toPort'] values=True
Log ${values}
Should Be Equal ${allowed_destinations} ${values}
Attachments
Issue Links
- relates to
-
XRAY-5694 As system, whenever importing Robot XML results, keyword arguments must also be imported
- Gathering Interest