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.
- Node.js, supported versions: 16, 18
- Teams Toolkit Visual Studio Code Extension latest pre-release version.
Here are the instructions to run the sample in Visual Studio Code.
- Clone the repo to your local workspace or directly download the source code.
- Open the project in Visual Studio Code.
- Open Debug View (
Ctrl+Shift+D
) and select "Debug in Test Tool (Preview)" in dropdown list. - Press "F5" to launch the Teams App Test Tool.
- Type
help
command into input box. Bot will response the list of commands available in this sample.