-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #315 from microsoft/staging
Release - 1/10/24
- Loading branch information
Showing
32 changed files
with
71 additions
and
3,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Testing Scenarios | ||
These are the testing scenarios that need to be validated before shipping a new release. When an automated test is added, please remove it from the below lists. | ||
|
||
|
||
### Widgets | ||
1. For each widget: user can configure the widget before pinning | ||
1. For each widget: user can see widget in dashboard after pinning | ||
1. For each widget that supports customization: can be customized and persist after restart | ||
1. Widgets have correct data | ||
1. Widgets are adequately performant | ||
1. Notifications can be enabled/disabled in Dev Home settings | ||
1. Notifications are displayed | ||
|
||
### Clone repositories | ||
1. User can log in and get the list of repositories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information. --> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Label="Globals"> | ||
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework> | ||
<TargetPlatformMinVersion>10.0.19045.0</TargetPlatformMinVersion> | ||
<SupportedOSPlatformVersion>10.0.19045.0</SupportedOSPlatformVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.