Token email macros are not being "processed"

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Major
    • Component/s: robot-plugin
    • None
    • Environment:

      The Robot Framework (RF) email tokens are being processed as a litteral string instead of being processed as a macro. Other token macros appear to be fine.

      Here is what I have in the Project configuration email body

      [--- START BODY TEMPLATE ---]
      Run Report: ${ROBOT_REPORTLINK}

      Configuration Details
      -------------------------
      PIM commit ID: ${GIT_COMMIT}
      PIM branch: ${GIT_BRANCH}

      Run Summary
      ----------------
      Pass Percentage: ${ROBOT_PASSPERCENTAGE}
      Pass Ratio: ${ROBOT_PASSRATIO}
      Failed Test Cases:
      ${ROBOT_FAILEDCASES}
      [--- END body template ---]

      When the project run and complete, the email message contains the following:

      [--- ACTUAL EMAIL BODY ---]
      Run Report: ${ROBOT_REPORTLINK}

      Configuration Details
      -------------------------
      PIM commit ID: 7edeb178eb3847f9be2b7f658e1b0c071075cdf7
      PIM branch: develop

      Run Summary
      ----------------
      Pass Percentage: ${ROBOT_PASSPERCENTAGE}
      Pass Ratio: ${ROBOT_PASSRATIO}
      Failed Test Cases:
      ${ROBOT_FAILEDCASES}
      [--- END EMAIL BODY ---]

            Assignee:
            jpiironen
            Reporter:
            Bassam Khouri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: