You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**LATEST**| (default) The latest published version available in the chosen registry, it will search for `stable` or `preview` versions. | LATEST |
100
-
|**STABLE**| The latest stable published version available in the chosen registry, it will only search for `stable` versions. | STABLE |
101
-
|**Specific Version**| Version format based on how it's published in the chosen registry. | 4.13.0|
99
+
|**LATEST**| (default for Artifacts and MyGet) The latest published version available in the chosen registry, it will search for `stable` or `preview` versions. | LATEST |
100
+
|**STABLE**|(default for NuGet, npm, and PyPI) The latest stable published version available in the chosen registry, it only will search for `stable` versions. | STABLE |
101
+
|**Specific Version**| Version format based on how it's published in the chosen registry. | 4.15.2|
|**AzureSubscription**| Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](./addARMServiceConnection.md) to see how to set it up. || TestSubscription |
110
-
|**AppServicePlanDotNetName**| User / Create Shared Resources | Name of the App Service Plan for DotNet bots. | - | appservicedotnet |
111
-
|**AppServicePlanJSName**| User / Create Shared Resources | Name of the App Service Plan for JavaScript bots. | - | appservicejs |
112
-
|**AppServicePlanPythonName**| User / Create Shared Resources | Name of the App Service Plan for Python bots. | - | appservicepython |
113
-
|**ResourceGroup**| User | (optional) Name of the Resource Group where the bots are deployed. || bots-group |
114
-
|**ResourceSuffix**| Create Shared Resources | (optional) Suffix to add to the resources' name to avoid collitions (use lowercase, only letters and numbers). || suffix |
115
-
|**[BotName](./availableBotsList.md) + AppId**|[App Registration Portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade)| (optional) Skill Bot App ID to use. If not configured, it will be retrieved from the key vault.|| x0x000x-000x-000x-xxx0-x00x0000xxx|
116
-
|**SharedResourceGroup**| Create Shared Resources | (optional) Name of the Shared Resource Group where the shared resources are deployed.|**BFFN-Shared**| shared-resource-group |
107
+
| Variable Name | Source | Description | Default value | Example |
|**AzureSubscription**| Azure DevOps | Name of the Azure Resource Manager Service Connection configured in the DevOps organization. Click [here](./addARMServiceConnection.md) to see how to set it up. || TestSubscription |
110
+
|**AppServicePlanDotNetName**| User / Create Shared Resources | Name of the App Service Plan for DotNet bots. | - | appservicedotnet |
111
+
|**AppServicePlanJSName**| User / Create Shared Resources | Name of the App Service Plan for JavaScript bots. | - | appservicejs |
112
+
|**AppServicePlanPythonName**| User / Create Shared Resources | Name of the App Service Plan for Python bots. | - | appservicepython |
113
+
|**ResourceGroup**| User | (optional) Name of the Resource Group where the bots are deployed. |**BFFN**| bots-group |
114
+
|**ResourceSuffix**| Create Shared Resources | (optional) Suffix to add to the resources' name to avoid collitions (use lowercase, only letters and numbers). || suffix |
115
+
|**SharedResourceGroup**| Create Shared Resources | (optional) Name of the Shared Resource Group. |**BFFN-Shared**| shared-resource-group |
116
+
|**[BotName](./availableBotsList.md) + AppId**|[App Registration Portal](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade)| (optional) Skill Bot App ID to use. If not configured, it will be retrieved from the key vault.|| x0x000x-000x-000x-xxx0-x00x0000xxx|
|**LATEST**| (default) The latest published version available in the chosen registry, it will search for `stable` or `preview` versions. | LATEST |
145
-
|**STABLE**| The latest stable published version available in the chosen registry, it will only search for `stable` versions. | STABLE |
146
-
|**Specific Version**| Version format based on how it's published in the chosen registry. | 4.13.0|
144
+
|**LATEST**| (default for Artifacts and MyGet) The latest published version available in the chosen registry, it will search for `stable` or `preview` versions. | LATEST |
145
+
|**STABLE**|(default for NuGet, npm, and PyPI) The latest stable published version available in the chosen registry, it only will search for `stable` versions. | STABLE |
146
+
|**Specific Version**| Version format based on how it's published in the chosen registry. | 4.15.2|
Copy file name to clipboardExpand all lines: Tests/Functional/README.md
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,26 @@
1
-
# Skills Functional Tests
1
+
# Functional Tests
2
2
3
3
## Summary
4
4
5
5
Skill functional testing aims to automate the testing of Host and Skill interactions through several scenarios in all available programming languages.
6
6
7
7
Head to [Docs](../../Docs/) directory for more information.
8
8
9
-
### Branching
9
+
## Available Test Cases
10
+
### Skills
11
+
The following scenarios are being tested with the different host-skill bots combinations:
12
+
- Single Turn (simple echo with MultiTenant apps)
13
+
- Waterfall Bots:
14
+
- Cards
15
+
- File Upload
16
+
- Message with Attachments
17
+
- Proactive Messages
18
+
- Sign in
19
+
- Authentication (SingleTenant and MSI app types)
20
+
21
+
## Branching
10
22
In this repository, there are branches with pinned versions of the SDK to test patch releases.
11
-
From R9 to R14, each branch contains the yamls and tests adapted to run the current implementation of the pipelines against older versions of the BotBuilder packages.
23
+
From 4.9 to 4.15, each branch contains the yamls and tests adapted to run the current implementation of the pipelines against older versions of the BotBuilder packages.
12
24
13
25
14
26
This image describes the bots included in the different branches.
0 commit comments