A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Перейти к файлу
Ganapathi Diddi 365f2af65c Remove transformIgnorePatterns 2024-06-11 20:23:36 +05:30
.config chore: add TSA configuration for emulator (#2413) 2023-03-21 17:01:16 -07: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
docs/media
jestMocks chore: upgrade electron to v26 (#2439) 2023-10-06 13:19:49 -07:00
packages Remove transformIgnorePatterns 2024-06-11 20:23:36 +05:30
scripts chore: fix nightly release failures (#2432) 2023-06-22 13:24:22 -07:00
.babelrc Bumped Jest, babel packages 2024-06-11 20:20:16 +05:30
.editorconfig
.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
.gitignore
.node-version
.prettierrc
.travis.yml
CHANGELOG.md chore: update critical dependencies (#2373) 2022-03-24 16:23:51 -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
PRIVACY.md
README.md Update link to 'bot framework SDK' at README.md (#2219) 2021-01-25 09:04:57 -08:00
SECURITY.md
ThirdPartyNotices.txt Update contributing guide (#2454) 2024-03-20 14:49:59 -05:00
babel-jest-config.js chore: update dependencies (#2406) 2023-01-21 13:47:32 -08:00
copyright.js
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
lerna.json chore: fix nightly release failures (#2432) 2023-06-22 13:24:22 -07:00
package-lock.json Updated terser-webpack-plugin 2024-05-16 12:19:28 -05:00
package.json Bumped Jest, babel packages 2024-06-11 20:20:16 +05:30
static-analysis-pipeline.yml
testSetup.js chore: upgrade electron to v26 (#2439) 2023-10-06 13:19:49 -07:00
tsconfig.json fix: update dev scripts and add missing deps for development (#2419) 2023-03-14 09:06:46 -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.