Uploaded image for project: 'Xray for Jira'
  1. Xray for Jira
  2. XRAY-5694

As system, whenever importing Robot XML results, keyword arguments must also be imported

    XporterXMLWordPrintable

Details

    • New Feature
    • Status: Gathering Interest
    • Resolution: Unresolved
    • None
    • None
    • None
    • UNCOVERED

    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

          Activity

            People

              bmpc Bruno Conde
              smsf Sergio Freire
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: