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

[Streaming, Engineering] Add integration tests for ChannelServiceRoutes #2582

Conversation

denscollo
Copy link
Contributor

Fixes #1727

Description

This PR Fixes a bug using del() method that has been deprecated in Express 4.x. and adds integration tests for ChannelServiceRoutes into the new bot-integration-tests folder.

More information can be found in the PR #1492.

Specific Changes

  • Fix bug in ChannelServiceRoutes only using del() to register paths for DELETE methods.
  • Add TypeScript Integration tests for botbuilder with restify and express.

Testing

In the following images there is a sneak peek for bot-integration-tests.
image

@denscollo denscollo requested review from stevengum and a team as code owners July 27, 2020 13:04
@denscollo denscollo requested a review from tracyboehrer July 27, 2020 13:04
@sw-joelmut sw-joelmut deleted the southworks/add/ChannelServiceRoutes-integration-tests branch July 27, 2020 21:12
@sw-joelmut sw-joelmut restored the southworks/add/ChannelServiceRoutes-integration-tests branch July 27, 2020 21:13
libraries/bot-integration-tests/package.json Outdated Show resolved Hide resolved
@stevengum
Copy link
Member

@denscollo, this PR has feedback and is blocked via a conflict in the root package.json

@denscollo
Copy link
Contributor Author

@stevengum comments & conflicts solved! Thanks

@stevengum
Copy link
Member

Thanks @denscollo!

@stevengum stevengum merged commit f29c07f into microsoft:master Jul 31, 2020
@denscollo denscollo deleted the southworks/add/ChannelServiceRoutes-integration-tests branch October 20, 2020 21:10
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.

[Streaming, Engineering] Add integration tests for ChannelServiceRoutes
5 participants