Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. For defining variables, simply select More Menu >> Global Variables / Environments.
  2. For defining authorizations, simply select More Menu >> Authorizations.
  3. Define the values of the hook variables. e.g. 
    1. When you import the JIRA template, then you need to define the following hook variables:
      1. jiraBaseURL
        Define the base URL of your JIRA instance. Please do not add the forward slash at the end of base URL.
      2. jiraProjectKey
        Define the JIRA Project Key in which the issue will be logged based on vREST test case status.
      3. jiraAssigneeName
        Define the JIRA assignee name to which the logged issue will be assigned. 
      4. jiraReporterName
        Define the JIRA reporter name for the issue being logged. 
    2. and when you import the Slack template, then you need to define the following hook variables:
      1. slackWebHookURL
        Define the Slack web hook URL. For more information on this, please visit https://api.slack.com/incoming-webhooks
      2. slackUsername
        Define the slack user name.
      3. slackChannel
        Define the slack channel name.
  4. Define the values of hook authorizations. e.g.
    1. When you import the JIRA template, then you need to define the JIRA Authorization. Simply select the Authorization Type as "Basic Authorization" and provide the JIRA user name and password details.

...