mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-03 03:19:08 +08:00
[Done] Install tests and ColorPicker
This commit is contained in:
parent
9e4168e4fd
commit
405e3c1412
@ -8,8 +8,8 @@
|
|||||||
* create a virtual desktop and apply the custom grid layout
|
* create a virtual desktop and apply the custom grid layout
|
||||||
* if you have a second monitor apply different templates layouts for the primary desktop and for the second virtual desktop
|
* if you have a second monitor apply different templates layouts for the primary desktop and for the second virtual desktop
|
||||||
* install the new version (it will uninstall the old version and install the new version)
|
* install the new version (it will uninstall the old version and install the new version)
|
||||||
- [ ] verify the settings are preserved and FancyZones configuration is still the same
|
- [x] verify the settings are preserved and FancyZones configuration is still the same
|
||||||
- [ ] test installing as SYSTEM (LocalSystem account)
|
- [x] test installing as SYSTEM (LocalSystem account)
|
||||||
* Download PsTools from https://learn.microsoft.com/en-us/sysinternals/downloads/psexec
|
* Download PsTools from https://learn.microsoft.com/en-us/sysinternals/downloads/psexec
|
||||||
* Run PowerToys installer with psexec tool `psexec.exe -sid <path_to_installer_exe`
|
* Run PowerToys installer with psexec tool `psexec.exe -sid <path_to_installer_exe`
|
||||||
* Brief check if all modules are working
|
* Brief check if all modules are working
|
||||||
@ -22,20 +22,20 @@
|
|||||||
|
|
||||||
## Color Picker
|
## Color Picker
|
||||||
* Enable the Color Picker in settings and ensure that the hotkey brings up Color Picker
|
* Enable the Color Picker in settings and ensure that the hotkey brings up Color Picker
|
||||||
- [ ] when PowerToys is running unelevated on start-up
|
- [x] when PowerToys is running unelevated on start-up
|
||||||
- [ ] when PowerToys is running as admin on start-up
|
- [x] when PowerToys is running as admin on start-up
|
||||||
- [ ] when PowerToys is restarted as admin, by clicking the restart as admin button in the settings
|
- [x] when PowerToys is restarted as admin, by clicking the restart as admin button in the settings
|
||||||
- [ ] Change `Activate Color Picker shortcut` and check the new shortcut is working
|
- [x] Change `Activate Color Picker shortcut` and check the new shortcut is working
|
||||||
- [ ] Try all three `Activation behavior`s(`Color Picker with editor mode enabled`, `Editor`, `Color Picker only`)
|
- [x] Try all three `Activation behavior`s(`Color Picker with editor mode enabled`, `Editor`, `Color Picker only`)
|
||||||
- [ ] Change `Color format for clipboard` and check if the correct format is copied from the Color picker
|
- [x] Change `Color format for clipboard` and check if the correct format is copied from the Color picker
|
||||||
- [ ] Try to copy color formats to the clipboard from the Editor
|
- [x] Try to copy color formats to the clipboard from the Editor
|
||||||
- [ ] Check `Show color name` and verify if color name is shown in the Color picker
|
- [x] Check `Show color name` and verify if color name is shown in the Color picker
|
||||||
- [ ] Enable one new format, disable one existing format, reorder enabled formats and check if settings are populated to the Editor
|
- [x] Enable one new format, disable one existing format, reorder enabled formats and check if settings are populated to the Editor
|
||||||
- [ ] Select a color from the history in the Editor
|
- [x] Select a color from the history in the Editor
|
||||||
- [ ] Remove color from the history in the Editor
|
- [x] Remove color from the history in the Editor
|
||||||
- [ ] Open the Color Picker from the Editor
|
- [x] Open the Color Picker from the Editor
|
||||||
- [ ] Open Adjust color from the Editor
|
- [x] Open Adjust color from the Editor
|
||||||
- [ ] Check Color Picker logs for errors
|
- [x] Check Color Picker logs for errors
|
||||||
|
|
||||||
## FancyZones Editor
|
## FancyZones Editor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user