Skip to content

Commit

Permalink
Added E2E test case for externalAppCommands capability (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
KangxuanYe committed Mar 28, 2024
1 parent c7525b2 commit d65dd53
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/teams-test-app/e2e-test-data/externalAppCommands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "ExternalAppCommands",
"version": ">2.21.0",
"platform": "Web",
"testCases": [
{
"title": "checkExternalAppCommandsCapability API Call - Success",
"type": "callResponse",
"boxSelector": "#box_checkExternalAppCommandsCapability",
"expectedTestAppValue": "External App Commands module is supported"
}
]
}

0 comments on commit d65dd53

Please sign in to comment.