A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Перейти к файлу
Andy Brown d71c03c25a
💅 integrate prettier and eslint (#1240)
2019-01-17 14:10:03 -08:00
.github add code owners 2019-01-11 11:55:03 -08:00
.vscode Updated gitignore to remove settings.json from the repo. 2018-09-19 16:09:55 -07:00
packages 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
scripts 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
.babelrc 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
.editorconfig let git handle line endings instead of editor 2019-01-11 11:55:03 -08:00
.eslintrc.js 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -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 Updated gitignore to remove settings.json from the repo. 2018-09-19 16:09:55 -07:00
.node-version set node version to latest LTS 2018-12-17 09:22:23 -08:00
.prettierrc 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
.travis.yml Build fix for unit test failures 2019-01-08 10:43:07 -08:00
CONTRIBUTING.md Tomlm/create conversation (#1233) 2019-01-16 11:06:03 -08:00
LICENSE.txt Update README, CONTRIBUTING, etc (#470) 2018-05-04 11:45:48 -07:00
README.md update releases link to point to latest 2018-12-17 14:52:33 -08:00
ThirdPartyLicenses.txt Got rid of old and unused build resources. 2019-01-07 17:44:45 -08:00
babel-jest-config.js Unit tests for core 2018-10-01 15:29:26 -07:00
copyright.js 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
env.js Build tweaks 2018-05-29 13:44:18 -07:00
lerna.json Bumped lerna 2018-09-25 15:01:53 -07:00
package-lock.json 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
package.json 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00
testSetup.js Fixed issues 2018-09-12 16:48:57 -07:00
tsconfig.json 💅 integrate prettier and eslint (#1240) 2019-01-17 14:10:03 -08:00

README.md

Microsoft 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 BotBuilder 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.

Download

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

Supported platforms

  • Windows
  • OS X
  • Linux

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.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.