A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Перейти к файлу
Matias Lera 1853dab788
Fix large text to be displayed properly (#2349)
Co-authored-by: Federico Bernal <64086728+FedericoBernal@users.noreply.github.com>
2021-12-06 10:31:57 -08:00
.github Bumped Web Chat to 4.14.0 (#2275) 2021-07-12 17:28:09 -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 Fixed bot inspector docs page accessibility. 2019-09-10 14:48:48 -07:00
docs/media updates for //build 2019-05-05 14:42:12 -07:00
jestMocks Custom Activity Editor (#2213) 2020-12-30 14:14:20 -08:00
packages Fix large text to be displayed properly (#2349) 2021-12-06 10:31:57 -08:00
scripts Delete PublishToCoveralls.ps1 2019-05-09 15:00:23 -07:00
.babelrc Emulator Launch, Commands and Extension Tech Debt Buydown (#1577) 2019-05-23 16:08:18 -07:00
.editorconfig let git handle line endings instead of editor 2019-01-11 11:55:03 -08:00
.eslintrc.js Bumped Electron from 4.1.1 to 11.0.1 (#2226) 2021-02-03 10:30:46 -08:00
.eslintrc.react.js 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08: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 set node version to latest LTS 2018-12-17 09:22:23 -08: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 V4.14.1 (#2322) 2021-11-15 10:00:55 -08:00
CODE_OF_CONDUCT.md add CODE_OF_CONDUCT.md (#2260) 2021-04-14 13:06:44 -07:00
CONTRIBUTING.md Updated global dependency info in CONTRIBUTING.md (#2153) 2020-05-27 12:50:34 -07:00
LICENSE.txt
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 Renamed and updated oss notice. (#1628) 2019-06-12 12:34:50 -07:00
babel-jest-config.js
copyright.js 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
env.js
lerna.json V4.10.0 (#2180) 2020-08-31 08:55:29 -07:00
package-lock.json Bumped electron to 13.6.1 (#2318) 2021-11-11 09:07:08 -08:00
package.json Bumped Electron from 4.1.1 to 11.0.1 (#2226) 2021-02-03 10:30:46 -08:00
static-analysis-pipeline.yml Set up static analysis pipeline via ADO GUI 2021-01-11 11:10:44 -08:00
testSetup.js Fixed and added tests for state consolidation. 2019-08-16 13:10:52 -07:00
tsconfig.json Enabled communication with remote Direct Line Speech bots (#2079) 2020-02-20 10:46:33 -08: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.