BotFramework-Emulator
BotFramework-Emulator copied to clipboard
A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
# Customer Scenario [BridgeBot](https://github.com/DDEfromOR/BridgeBot) is a technique used where developers have a bot they believe to be working with traditional HTTP connections, but then encounter issues after deploying it into...
Actual Result: User will unable to understand the purpose of the button. Expected Result: Label should be defined for the (+) Add button available under the bot explorer. it should...
Actual Result: Hidden dialogue is appearing after saving the "save transcript" Expected Result: Unnecessary dialogue should not be appear, which can be confusing to the screen reader dependent user. Test...
Actual Result: Voice over does not announce the confirmation after activating the save transcript control. Expected Result: Proper confirmation should be given by VO when the transcript has been saved....
**Actual Result:** When focus reach to mandatory edit filed, NVDA reports invalid even the edit field is blank which is confusing for screen reader **Expected Result:** 'Invalid' announcement for required/mandatory...
**Actual Result:** There is no announcement if user select 'split edit button' and also, no other option to go back to previous view mode. **Expected Result:** For better user experience,...
**Is your feature request related to a problem? Please describe.** When I add a new endpoint for my Bot (e.g. localhost:3978/api/messages) it's really frustrating to then have to copy/paste the...
It would be a great feature to allow users to save custom activities to a "collection" much like Postman allows users to save and organize sent requests. Sometimes the custom...
The OBI spec is here: https://github.com/microsoft/botframework-obi/blob/main/fileformats/transcript/transcript.md Matching the spec is important to be able to replay transcripts from other sources like PVA. 1) According to the spec a .transcript file...
## Version 4.13.0 ## Describe the bug The `activity.channelId` for outgoing user-to-bot messages list a value of 'webchat' instead of 'emulator'. ## To Reproduce Steps to reproduce the behavior: 1....