A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Перейти к файлу
Srinaath Ravichandran cea9a86b8f
WIP: Ngrok Debugger Implementation (#2032)
* Basic ngrok debugger setup
* Code cleanup
* Renaming functions, test names, using shorthands wherever applicable
* Pr feedback addressed
2020-01-10 16:23:19 -08:00
.github Update CODEOWNERS 2019-12-17 10:48:12 -08:00
.vscode Setup initial e2e tests with Spectron. 2019-07-24 15:32:50 -07: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 Bumped several dependencies to improve security. 2019-06-03 10:58:45 -07:00
packages WIP: Ngrok Debugger Implementation (#2032) 2020-01-10 16:23:19 -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 show message when nothing has been inspected yet (#1290) 2019-02-01 15:54:38 -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 Bumped version to v4.7.0 and set release notes (#2023) 2019-12-13 14:51:58 -08:00
CONTRIBUTING.md Update Stack Overflow tag after community merged it with botframework 2019-09-16 11:19:37 -07: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 README.md 2019-07-02 17:21:21 -07: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 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 Rewrote emulator/core package & moved to app/main. (#1989) 2019-11-18 14:15:38 -08:00
package-lock.json WIP: Ngrok Debugger Implementation (#2032) 2020-01-10 16:23:19 -08:00
package.json #1753 fix focus indicator on file upload button 2019-09-10 11:31:52 -07:00
testSetup.js Fixed and added tests for state consolidation. 2019-08-16 13:10:52 -07:00
tsconfig.json WIP: Ngrok Debugger Implementation (#2032) 2020-01-10 16:23:19 -08:00

README.md

Bot Framework Emulator

Click here to 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.