@microsoft/teams-app-test-tool 0.2.8 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
1
  # Microsoft 365 Agents Playground
2
2
 
3
- `Microsoft 365 Agents Playground` is a component integrated in [Microsoft 365 Agents Toolkit](https://learn.microsoft.com/microsoftteams/platform/toolkit/teams-toolkit-fundamentals?pivots=visual-studio-code-v5). This component helps developers to debug, test and iterate on the app design of a [agent/bot](https://learn.microsoft.com/microsoftteams/platform/bots/what-are-bots) application in a web-based chat environment that emulates the behavior, look and feel of Microsoft Teams.
3
+ `Microsoft 365 Agents Playground` is a component integrated in [Microsoft 365 Agents Toolkit](https://learn.microsoft.com/microsoftteams/platform/toolkit/teams-toolkit-fundamentals?pivots=visual-studio-code-v5). This component helps developers to debug, test and iterate on the app design of a [agent/bot](https://learn.microsoft.com/microsoftteams/platform/bots/what-are-bots) application in a web-based chat environment that emulates the behavior, look and feel of different channels.
4
4
 
5
- ![test-tool](https://aka.ms/emulator-hero-image)
5
+ ![agents-playground](https://aka.ms/emulator-hero-image)
6
6
 
7
- This package is a CLI wrapper for Microsoft 365 Agents Playground component that aims for an easier integration between Teams Toolkit and Microsoft 365 Agents Playground.
7
+ This package is a CLI wrapper for Microsoft 365 Agents Playground component that aims for an easier integration between Microsoft 365 Agents Toolkit and Microsoft 365 Agents Playground.
8
8
 
9
9
  ## Features
10
10
 
11
11
  Microsoft 365 Agents Playground enables developers to:
12
12
 
13
- - **Sandbox Environment**: Test and debug their agent/bot application in a sandbox environment that emulates the behavior, look and feel of Microsoft Teams.
13
+ - **Sandbox Environment**: Test and debug their agent/bot application in a sandbox environment that emulates the behavior, look and feel of different channels.
14
14
  - **Reduce Local Debugging Frictions**: Remove the [prerequisites](https://learn.microsoft.com/microsoftteams/platform/toolkit/tools-prerequisites#accounts-to-build-your-teams-app) to obtain a Microsoft 365 Developer tenant and side-loading permissions before debugging the applications.
15
15
  - **Network Security**: No need to set up a tunnel with [Ngrok](https://ngrok.com/) or [Microsoft Dev Tunnel](https://learn.microsoft.com/azure/developer/dev-tunnels/overview) to expose the local application to the internet.
16
16
  - **Rapid Inner-Loop Iterations**: Quickly iterate on the app design and agent/bot logic without the need to re-deploy the application to the cloud.
17
17
  - **Mock Data and Activities**: The Microsoft 365 Agents playground makes it easy to accomplish a test for complex scenarios such as `Send a welcome message when a new member joins the channel` by using mock data as well as built-in and custom activity triggers.
18
- ![Custom_Activity](https://github.com/OfficeDev/TeamsFx/assets/11220663/3ef10c42-b3b3-4970-8ebf-92e4307f9d27)
18
+ ![Custom_Activity](https://github.com/user-attachments/assets/557035bd-dfb0-4b7c-8ff3-71a00de695ed)
19
19
 
20
- - **Reliable and Trustable**: You can trust the Microsoft 365 Agents playground because the application UX ([Adaptive Cards](https://learn.microsoft.com/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#adaptive-card)) is built on top of the same rendering technology as in Microsoft Teams.
20
+ - **Reliable and Trustable**: You can trust the Microsoft 365 Agents playground because the application UX ([Adaptive Cards](https://learn.microsoft.com/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#adaptive-card)) is built on top of the same rendering technology as in different channels.
21
21
  - **Integration with Existing Applications**: The Microsoft 365 Agents playground can be integrated with existing applications that are built with [Agent SDK](https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/).
22
22
  - **Easy Inspections**: You can inspect the interactions between your application and the Microsoft 365 Agents playground as well as the request and response payloads coming in and out of your application.
23
23
 
@@ -37,20 +37,20 @@ Microsoft 365 Agents Playground enables developers to:
37
37
 
38
38
  Q: What should I do when some features I use in my application but it's not supported in the Microsoft 365 Agents playground?
39
39
 
40
- A: You can always use the [Microsoft Teams client](https://teams.microsoft.com/) to test the features that are not supported in the Microsoft 365 Agents playground. If you are developing with Teams Toolkit, select the option `Debug (Edge)` or `Debug (Chrome)` to test your application in the Microsoft Teams client.
40
+ A: You can always use the [Microsoft Teams client](https://teams.microsoft.com/) or [WebChat](https://learn.microsoft.com/azure/bot-service/bot-builder-webchat-overview) to test the features that are not supported in the Microsoft 365 Agents playground. If you are developing with Microsoft 365 Agents Toolkit, select the option `Debug (Edge)` or `Debug (Chrome)` to test your application in the real environment.
41
41
 
42
42
  Q: How would I notice if some features are not supported in the Microsoft 365 Agents playground?
43
43
 
44
44
  A: The Microsoft 365 Agents playground will show a warning message in conversation and log panel when it detects some features are not supported.
45
- ![Cliff](https://github.com/OfficeDev/TeamsFx/assets/11220663/130118cf-c2e1-4b49-8f4a-919cb4c50e0a)
45
+ ![Cliff](https://github.com/user-attachments/assets/3b0b9390-c15c-423a-834b-5d140ced16e1)
46
46
 
47
47
  Q: Should I solely rely on the Microsoft 365 Agents playground to test my application?
48
48
 
49
- A: No. We always recommend developers to test their application in the Microsoft Teams client before moving the application to production environment.
49
+ A: No. We always recommend developers to test their application in the real environment before moving the application to production environment.
50
50
 
51
51
  ## Shaping our roadmap
52
52
 
53
- Teams platform is evolving rapidly and we are working hard to bring more features to the Microsoft 365 Agents playground. We would love to prioritize our backlogs based on your feedback and suggestions so we could cover more extensibility surfaces and scenarios. Please feel free to:
53
+ The platform is evolving rapidly and we are working hard to bring more features to the Microsoft 365 Agents playground. We would love to prioritize our backlogs based on your feedback and suggestions so we could cover more extensibility surfaces and scenarios. Please feel free to:
54
54
 
55
55
  - [Request a new feature](https://github.com/OfficeDev/TeamsFx/issues/new?assignees=&labels=&template=feature_request.md&title=)
56
56
  - [File an issue](https://github.com/OfficeDev/TeamsFx/issues/new?assignees=&labels=&template=bug_report.md&title=)
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "/static/css/main.47cb0fff.css",
4
- "main.js": "/static/js/main.e52dab4b.js",
4
+ "main.js": "/static/js/main.42d6ac42.js",
5
5
  "static/media/CascadiaCode.woff2": "/static/media/CascadiaCode.61442455812b2cee49c4.woff2",
6
6
  "index.html": "/index.html",
7
7
  "static/media/index.cjs": "/static/media/index.f6d03137e8c9dd0de04c.cjs"
8
8
  },
9
9
  "entrypoints": [
10
10
  "static/css/main.47cb0fff.css",
11
- "static/js/main.e52dab4b.js"
11
+ "static/js/main.42d6ac42.js"
12
12
  ]
13
13
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Microsoft 365 Agents Playground</title><script defer="defer" src="/static/js/main.e52dab4b.js"></script><link href="/static/css/main.47cb0fff.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Microsoft 365 Agents Playground</title><script defer="defer" src="/static/js/main.42d6ac42.js"></script><link href="/static/css/main.47cb0fff.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>