A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
Перейти к файлу
Eugene 0ac4a1c47f
a11y: platform fixes for mac (#2381)
* a11y: 63767 - fix VoiceOver reading whole list content

In Electron/Chrome it reads the whole list content when the list root focused. Add a label to fix the issue.

* a11y: 64009 - improve left pane contrast

Fixes secondary text contrast and improves contrast ratio for primary text for the Left pane.
The bug mentioned some menu contrast issues, I believe the're not existent.
The bug also mentioned JSON contrast. It is already fixed.

* a11y: 64005 - make consistent full-screen handling between all platforms

Includes the following changes:
- Move the popup logic into the command
- Use the command for the native menu

* a11y: switch theme: announce on all platforms

Adds announcement for macOS as well. And makes message to start with visible content.

* Revert "a11y: 64005 - make consistent full-screen handling between all platforms"

This reverts commit 850cd46f32d718efe6cc5a5ec4db9e37f56f033d.

* Revert "a11y: switch theme: announce on all platforms"

This reverts commit 14aea00b857b63ce0eb60cdd35a13dfb7000b9f8.

* a11y: 63887 - make ngrok status accessible

Not able to reproduce the original issue, but found that the ngrok status is not being announced, so added the tunnel status and tunnel errors announcement.

* a11y: 63914 -  rework collapsable content announcement

Prevent lists from being announced when a new entry gets added.

Co-authored-by: Eugene Olonov <v-evolo@microsoft.com>
Co-authored-by: Tony Anziano <tonyanziano5@gmail.com>
2022-04-27 08:51:23 -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 Fixed bot inspector docs page accessibility. 2019-09-10 14:48:48 -07:00
docs/media
jestMocks Custom Activity Editor (#2213) 2020-12-30 14:14:20 -08:00
packages a11y: platform fixes for mac (#2381) 2022-04-27 08:51:23 -07:00
scripts Added script to redirect upstream npm dependency source to internal Azure Artifacts feed (#2363) 2022-01-11 13:16:40 -08:00
.babelrc
.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 WIP: Ngrok Debugger Implementation (#2032) 2020-01-10 16:23:19 -08:00
.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 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
babel-jest-config.js
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 V4.10.0 (#2180) 2020-08-31 08:55:29 -07:00
package-lock.json chore: update critical dependencies (#2373) 2022-03-24 16:23:51 -07:00
package.json chore: update critical dependencies (#2373) 2022-03-24 16:23:51 -07: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.