Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testbot to parity with DotNet #954

Merged
merged 4 commits into from
Jun 5, 2019

Conversation

Bill7zz
Copy link
Contributor

@Bill7zz Bill7zz commented May 28, 2019

Fix #953

Description

We updated the testbot project to have parity with the Botbuilder-DotNet implementation in the PR#1946 that configured an endpoint for each bot in the testbot project. To do that, we separated the bot logic from index.js file and added a new post method with the route '/api/mybot' to handle the messages sent to the mybot.

Additionally, we updated the package-lock.json to get the latest version of the botbuilder libraries.

Specific Changes

  • Separate the bot logic from the index.js file
  • Update the package-lock.json

Testing

image

Bill7zz and others added 3 commits May 28, 2019 16:13
- Separate the bot logic from the index.js file
- Update the package-lock.json
@cleemullins cleemullins merged commit 1be7cdd into master Jun 5, 2019
@gasper-az gasper-az deleted the testbot-refactor-dotnet-parity branch June 6, 2019 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestBot parity with BotBuilder-DotNet
3 participants