Skip to content

microsoft/BotFramework-Emulator

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* a11y: links to have underline

* a11y: json editor contast to meet aria

* a11y: revisit colors

* Revert "Fixed the focus when opening the Emulator Settings tab (#2310)"

This reverts commit b09b668.

* a11y: focus first interactive element upon editor activation

* a11y: add optional aria for optional fields

* a11y: add section to checkbox labels

* a11y: add selected only when selected

* a11y: aplit button to have aria-owns and size

* a11y: force button caption reading for reveal secret control

* a11y: make selected aria only appear if selected

* a11y: better aria for activity region

* fix typo

* a11y: menu to restore focus on task completion if it is lost

* a11y: turn off color adjust for high contrast theme

* fix: app updater can stuck due to unresolved promise

* fix: failing tests

* Revert "a11y: add optional aria for optional fields"

Conflicts with other AT besides JAWS

This reverts commit 9317e80.

* revert: conditional aria-selected

* a11y: alternative fix for split-button

* fix build

---------

Co-authored-by: Eugene Olonov <v-eolonov@microsoft.com>
515fc62

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 5, 2019 14:42
December 30, 2020 14:14
November 14, 2016 23:17
May 29, 2018 13:44

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

Related

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.