A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Перейти к файлу
Rido a89a783c98
Update tunneling software and instructions (#2469)
2024-10-01 08:49:51 -07:00
.config chore: add TSA configuration for emulator (#2413) 2023-03-21 17:01:16 -07:00
.github Update Node and Package Dependencies (#2464) 2024-09-18 08:38:05 -07:00
.vscode Upgraded Web Chat to 4.12.0 and fixed various Web Chat bugs (#2236) 2021-03-02 16:31:36 -08:00
content Update tunneling software and instructions (#2469) 2024-10-01 08:49:51 -07:00
docs/media updates for //build 2019-05-05 14:42:12 -07:00
jestMocks chore: upgrade electron to v26 (#2439) 2023-10-06 13:19:49 -07:00
packages More package updates (#2466) 2024-09-27 14:23:39 -07:00
scripts chore: fix nightly release failures (#2432) 2023-06-22 13:24:22 -07:00
.babelrc Update Node and Package Dependencies (#2464) 2024-09-18 08:38:05 -07:00
.editorconfig let git handle line endings instead of editor 2019-01-11 11:55:03 -08:00
.eslintrc.js Adds eslint-plugin-security (#2368) 2022-02-03 08:48:31 -08:00
.eslintrc.react.js chore: update critical dependencies (#2373) 2022-03-24 16:23:51 -07:00
.gitattributes let git handle line endings instead of editor 2019-01-11 11:55:03 -08:00
.gitignore WIP: Ngrok Debugger Implementation (#2032) 2020-01-10 16:23:19 -08:00
.node-version Update Node and Package Dependencies (#2464) 2024-09-18 08:38:05 -07:00
.prettierrc Relaxed prettier print-width rule to 120. (#1255) 2019-01-28 08:56:09 -08:00
.travis.yml Jwilaby/debugging doc (#1463) 2019-04-25 15:32:42 -07:00
CHANGELOG.md Remove NGrok. Configure Tunnel URL (#2461) 2024-09-16 13:02:49 -07:00
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md (#2260) 2021-04-14 13:06:44 -07:00
CONTRIBUTING.md Update contributing guide (#2454) 2024-03-20 14:49:59 -05:00
LICENSE.txt Update README, CONTRIBUTING, etc (#470) 2018-05-04 11:45:48 -07:00
PRIVACY.md Added first-time data collection dialog. (#1624) 2019-06-18 09:13:29 -07:00
README.md Update link to 'bot framework SDK' at README.md (#2219) 2021-01-25 09:04:57 -08:00
SECURITY.md Added Microsoft SECURITY notice. 2019-09-04 15:56:45 -07:00
ThirdPartyNotices.txt More package updates (#2466) 2024-09-27 14:23:39 -07:00
babel-jest-config.js chore: update dependencies (#2406) 2023-01-21 13:47:32 -08:00
copyright.js 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
credScanSuppressions.json Added ADO CredScan support. (#2371) 2022-03-10 13:17:46 -08:00
credScanTargetFolders.tsv Added ADO CredScan support. (#2371) 2022-03-10 13:17:46 -08:00
credScanTargetFoldersWindows.tsv Added CredScan paths for Windows agents (#2372) 2022-03-11 20:42:29 -08:00
env.js Build tweaks 2018-05-29 13:44:18 -07:00
lerna.json chore: fix nightly release failures (#2432) 2023-06-22 13:24:22 -07:00
package-lock.json Security: address TLS/FS issues (#2456) 2024-03-22 12:17:54 -05:00
package.json Update Node and Package Dependencies (#2464) 2024-09-18 08:38:05 -07:00
static-analysis-pipeline.yml Set up static analysis pipeline via ADO GUI 2021-01-11 11:10:44 -08:00
testSetup.js chore: upgrade electron to v26 (#2439) 2023-10-06 13:19:49 -07:00
tsconfig.json Remove NGrok. Configure Tunnel URL (#2461) 2024-09-16 13:02:49 -07:00

README.md

Bot Framework Emulator

Find out what's new with Bot Framework

Bot Framework Emulator

Build Status Coverage Status

The Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots built using the Bot Framework SDK. You can use the Bot Framework Emulator to test bots running either locally on your machine or connect to bots running remotely through a tunnel.

This repo is part the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.

Download

  • Download the Bot Framework V4 Emulator for your platform from the GitHub releases page.

Supported platforms

  • Windows

  • OS X

  • Linux

    Note for Linux users:

    The Emulator leverages a library that uses libsecret so you may need to install it before running npm install.

    Depending on your distribution, you will need to run the following command:

    Debian/Ubuntu: sudo apt-get install libsecret-1-dev

    Red Hat-based: sudo yum install libsecret-devel

    Arch Linux: sudo pacman -S libsecret

Documentation

Checkout the Wiki for docs.

Feedback

Nightly builds

Nightly builds are generated using the latest code. Therefore, they may not be stable, and most likely lack up to date documentation. These builds are better suited for more experienced users, although everyone is welcome to use them and provide feedback. Nightly builds of the V4 Emulator are available here.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Copyright (c) Microsoft Corporation. All rights reserved.