Skip to content

Files

Latest commit

 

History

History

test-tool-sample-app

Teams App Test Tool Sample App

This sample app comprehensively demonstrates the features supported by the Teams App Test Tool, which is a good starting point to try Teams App Test Tool.

The sample app includes common development scenarios when building Teams bot applications:

  • Send proactive notifications.
  • Trigger a chat command and receive a response.
  • Trigger an Adaptive Card actions.

Prerequisite to use this sample

Minimal path to awesome

Here are the instructions to run the sample in Visual Studio Code.

Run the app locally

  1. Clone the repo to your local workspace or directly download the source code.
  2. Open the project in Visual Studio Code.
  3. Open Debug View (Ctrl+Shift+D) and select "Debug in Test Tool (Preview)" in dropdown list.
  4. Press "F5" to launch the Teams App Test Tool.
  5. Type help command into input box. Bot will response the list of commands available in this sample.

test-tool