Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

VSTS Bot.runsettings

Jeffrey Opdam edited this page Aug 1, 2017 · 1 revision
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
  <TestRunParameters>
    <Parameter name="Account" value="" />
    <Parameter name="AppId" value="" />
    <Parameter name="AppSecret" value="" />
    <Parameter name="AuthorizeUrl" value="" />
    <Parameter name="BotId" value="" />
    <Parameter name="BotSecret" value="" />
    <Parameter name="MicrosoftApplicationId" value="" />
    <Parameter name="MicrosoftApplicationPassword" value="" />
    <Parameter name="RefreshToken" value="" />
    <Parameter name="RefreshTokenReinitialize" value="false" />
    <Parameter name="TeamProjectOne" value="" />
    <Parameter name="TeamProjectTwo" value="" />
  </TestRunParameters>
</RunSettings>

Account The vsts account name against which the Acceptance Tests will run.

AppId The vsts, registered application app id.

AppSecret The vsts, registered application client secret.

AuthorizeUrl The vsts, registered application authorization url (The one you have entered).

BotId The registered name of the bot.

BotSecret Value can be found when you edit the direct line channel for the registered bot.

MicrosoftApplicationId The app id that is given when you register your bot.

MicrosoftApplicationPassword The app password that is given when you register your bot.

RefreshToken The refresh token that is used to run the Acceptance Tests.

RefreshTokenReinitialize If true, initially uses the refresh token in the configuration, else it is used from the bots user data.

TeamProjectOne The first team project name that is used for the Acceptance Tests.

TeamProjectTwo The two team project name that is used for the Acceptance Tests.

Clone this wiki locally