-
Notifications
You must be signed in to change notification settings - Fork 202
Adding externalAppCardActionsForDA capability #2752
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
Conversation
This pull request contains changes to the runtime.ts file. If you, as the author of this PR, have made changes to the Runtime interface please review RUNTIME.md to determine if a new runtime version is required. Please reply to this comment stating what changes, if any, were made to the runtime object and whether a new runtime version was required. |
size-limit report 📦
|
…ibrary-js into lakhveer/DADialog
Added a new capability to run time. A new runtime is not needed because it does not edit any of the existing capabilities. |
…ibrary-js into lakhveer/DADialog
packages/teams-js/test/private/externalAPpCardActionsForDA.spec.ts
Outdated
Show resolved
Hide resolved
1f30026
For more information about how to contribute to this repo, visit this page.
Description
Added
externalAppCardActionsForDA
capability withactionOpenUrlDialog
function that is designed for bizchat to call. Added UTs, E2e tests, and test app related changes for this capability.Validation
Validation performed:
Unit Tests added:
End-to-end tests added:
Yes,
This PR have the test cases for isSupported functions. The rest of the e2e tests will be added to host sdk
Additional Requirements
Change file added:
Yes