mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
Update tests-checklist-jaime.md
This commit is contained in:
parent
bf91684f38
commit
1d4d563f93
@ -231,16 +231,16 @@ Repeat the previous subsections steps after enabling `Allow zones to span across
|
||||
- [ ] Layout reset
|
||||
|
||||
## Awake
|
||||
- [ ] Try out the features and see if they work, no list at this time.
|
||||
- [x] Try out the features and see if they work, no list at this time.
|
||||
|
||||
## Crop And Lock
|
||||
* Thumbnail mode
|
||||
- [ ] Test with win32 app
|
||||
- [ ] Test with packaged app
|
||||
- [x] Test with win32 app
|
||||
- [x] Test with packaged app
|
||||
|
||||
* Reparent mode (there are known issues where reparent mode doesn't work for some apps)
|
||||
- [ ] Test with win32 app
|
||||
- [ ] Test with packaged app
|
||||
- [x] Test with win32 app
|
||||
- [x] Test with packaged app
|
||||
|
||||
## DSC
|
||||
* You need to have some prerequisites installed:
|
||||
@ -248,10 +248,10 @@ Repeat the previous subsections steps after enabling `Allow zones to span across
|
||||
- PSDesiredStateConfiguration 2.0.7 or higher `Install-Module -Name PSDesiredStateConfiguration`.
|
||||
- WinGet [version v1.6.2631 or later](https://github.com/microsoft/winget-cli/releases). (You'll likely have this one already)
|
||||
* Open a PowerShell 7 instance and navigate to the sample scripts from PowerToys (`src/dsc/Microsoft.PowerToys.Configure/examples/`).
|
||||
- [ ] Run `winget configure .\disableAllModules.dsc.yaml`. Open PowerToys Settings and verify all modules are disabled.
|
||||
- [ ] Run `winget configure .\enableAllModules.dsc.yaml`. Open PowerToys Settings and verify all modules are enabled.
|
||||
- [ ] Run `winget configure .\configureLauncherPlugins.dsc.yaml`. Open PowerToys Settings and verify all PowerToys Run plugins are enabled, and the Program plugin is not global and its Activation Keyword has changed to "P:".
|
||||
- [ ] Run `winget configure .\configuration.dsc.yaml`. Open PowerToys Settings the Settings have been applied. File Locksmith is disabled. Shortcut Guide is disabled with an overlay opacity set to 50. FancyZones is enabled with the Editor hotkey set to "Shift+Ctrl+Alt+F".
|
||||
- [ ] If you run a winget configure command above and PowerToys is running, it will eventually close and automatically reopen after the configuration process is done.
|
||||
- [ ] If you run a winget configure command above and PowerToys is not running, it won't automatically reopen after the configuration process is done.
|
||||
- [x] Run `winget configure .\disableAllModules.dsc.yaml`. Open PowerToys Settings and verify all modules are disabled.
|
||||
- [x] Run `winget configure .\enableAllModules.dsc.yaml`. Open PowerToys Settings and verify all modules are enabled.
|
||||
- [x] Run `winget configure .\configureLauncherPlugins.dsc.yaml`. Open PowerToys Settings and verify all PowerToys Run plugins are enabled, and the Program plugin is not global and its Activation Keyword has changed to "P:".
|
||||
- [x] Run `winget configure .\configuration.dsc.yaml`. Open PowerToys Settings the Settings have been applied. File Locksmith is disabled. Shortcut Guide is disabled with an overlay opacity set to 50. FancyZones is enabled with the Editor hotkey set to "Shift+Ctrl+Alt+F".
|
||||
- [x] If you run a winget configure command above and PowerToys is running, it will eventually close and automatically reopen after the configuration process is done.
|
||||
- [x] If you run a winget configure command above and PowerToys is not running, it won't automatically reopen after the configuration process is done.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user