BotFramework-Emulator icon indicating copy to clipboard operation
BotFramework-Emulator copied to clipboard

need unit test without any graphical user interface

Open SebG-js opened this issue 11 months ago • 0 comments

Is your feature request related to a problem? Please describe. I have integrated my teams bot to a python fast api.

Describe the solution you'd like I would like to define unit tests (pytest) to test "api/messages" when an user posts a new text message, without any graphical user interface, with a simple method, without any connection to an external server. The target is to test my code in a cicd pipeline, without any human action.

Describe alternatives you've considered How to deactivate the authentification ?

Additional context Add any other context or screenshots about the feature request here.

SebG-js avatar Feb 06 '25 17:02 SebG-js