Commit Graph

8109 Commits

Author SHA1 Message Date
Xiaofeng Wang (from Dev Box)
5feda6cc9d Timeout in findelement 2025-05-30 12:43:39 +08:00
Zhaopeng Wang (from Dev Box)
ff9aab3003 Merge branch 'feature/UITestAutomation' of https://github.com/microsoft/PowerToys into feature/UITestAutomation 2025-05-29 19:18:54 +08:00
Zhaopeng Wang (from Dev Box)
cbc519ee1a add retry 2025-05-29 19:18:45 +08:00
Xiaofeng Wang (from Dev Box)
86557f27fd Address comments 2025-05-29 17:07:33 +08:00
Xiaofeng Wang (from Dev Box)
220ddffb66 Remove unused code 2025-05-29 16:08:22 +08:00
Xiaofeng Wang (from Dev Box)
7e2e5f5d71 remove coverlist 2025-05-29 15:48:04 +08:00
Xiaofeng Wang (from Dev Box)
2eeaf6bc44 Merge branch 'feature/UITestAutomation' of https://github.com/microsoft/PowerToys into feature/UITestAutomation 2025-05-29 15:45:38 +08:00
Xiaofeng Wang (from Dev Box)
3eec619b98 Address comments 2025-05-29 15:45:23 +08:00
Zhaopeng Wang (from Dev Box)
2c68a29e20 Merge branch 'feature/UITestAutomation' of https://github.com/microsoft/PowerToys into feature/UITestAutomation 2025-05-29 15:22:05 +08:00
Zhaopeng Wang (from Dev Box)
1568d028b0 add retry 2025-05-29 15:21:54 +08:00
Mengyuan
8659ae12bf [UITestAutomation -> FancyZones] Remove Display Name of TestSwitchWindow (#39797)
<!-- Enter a brief description/summary of your PR here. What does it
fix/what does it change/how was it tested (even manually, if necessary)?
-->
## Summary of the Pull Request
remove test method displayname to fix 'No test matches the given
testcase filter' error.
<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist

- [ ] **Closes:** #xxx
- [ ] **Communication:** I've discussed this with core contributors
already. If work hasn't been agreed, this work might be rejected
- [ ] **Tests:** Added/updated and all pass
- [ ] **Localization:** All end user facing strings can be localized
- [ ] **Dev docs:** Added/updated
- [ ] **New binaries:** Added on the required places
- [ ] [JSON for
signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json)
for new binaries
- [ ] [WXS for
installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs)
for new binaries and localization folder
- [ ] [YML for CI
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml)
for new test projects
- [ ] [YML for signed
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml)
- [ ] **Documentation updated:** If checked, please file a pull request
on [our docs
repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys)
and link it here: #xxx

<!-- Provide a more detailed description of the PR, other things fixed
or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments

<!-- Describe how you validated the behavior. Add automated tests
wherever possible, but list manual validation steps taken as well -->
## Validation Steps Performed
2025-05-29 13:15:28 +08:00
Zhaopeng Wang (from Dev Box)
39be3e11a6 hot fix 2025-05-28 16:36:13 +08:00
XiaofengWang
2cc3da5020 Merge branch 'main' into feature/UITestAutomation 2025-05-28 16:24:36 +08:00
XiaofengWang
6916c9fa5a Fix spell error (#39771)
* Fix spell error

* Fix spell error

* Fix spell errors

* Fix spell errors

---------

Co-authored-by: Xiaofeng Wang (from Dev Box) <xiaofengwang@microsoft.com>
2025-05-28 15:56:30 +08:00
Xiaofeng Wang (from Dev Box)
d2f17ca848 Remove unnecessary code 2025-05-28 15:07:32 +08:00
Mengyuan
02a9269435 [Fuzz] Add Fuzz testing for FancyZones (#38165)
* Add FancyZones.FuzzTests Module for fuzzing grid from json element

* remove unuse test cs

* fix spell error

* remove specific modify in job-fuzz.yml

* add Testably.Abstractions.FileSystem.Interface.dll

* fix spell error

* add dependency dll

* add annotations

* fix pipeline error  need to import 'Common.Dotnet.CsWinRT.props'
2025-05-28 14:56:37 +08:00
PesBandi
f642720087 [CmdPal][Calc]Trim leading = to support pasting formulas (#39743)
* [CmdPal][Calc]Trim leading `=` to support pasting formulas

* Update README.md

* Update README.md
2025-05-28 14:25:07 +08:00
Xiaofeng Wang (from Dev Box)
5118454db3 Remove unnecessary code 2025-05-28 13:54:00 +08:00
zhaopeng wang
d5e3899472 Dev/zhaopengwang/UI test automation fancyzone (#39740)
* add test case and fix bug

* add test

* add test

* add test

* add test case

* add fancyzones window name and fix test case error

* add test case

* add test case

* add test case After creating a virtual desktop

* add test case delete layout

* add test case grid layout change monitor resolution

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error and only run fancyzone uitest

* disable other ui test code

* fix build error

* fix pipeline error

* fix pipeline error

* add restart scope exe

* enable other test code

* fix Spelling error

* add error log

* add global find

* Change Fancyzone SendKey function

* add Fancyzone Editor Test case message

* add test code

* drag code refine

* add windowHelper

* fix find element type error

* fix build error

* fix test error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* add attach time

* fix piprline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* add close app

* add pipeline code and only test fancyzones

* fix pipeline error

* change pipeline file

* change pipeline file

* change pipeline file

* add install donet windowsdesktop

* add delay

* change pipeline file

* change namespace

* fix pipeline run low time

* add delay

* fix pipeline error

* add delay

* fix error

* add find window tries

* fix pipeline error

* fix error

* change test code

* remove not use value

* merge feature/UITestAutomation

* fix pipeline error

* change code

* fix error

* delete try more time Attach

* add delay

* change sleep function

* change close app position

---------

Co-authored-by: Zhaopeng Wang (from Dev Box) <zhaopengwang@microsoft.com>
2025-05-28 13:27:41 +08:00
yaqingmi
8384219232 Fix pipeline errors in MouseUtils tests (#39755)
* fix pipeline errors

* Add annotations for IOUtil

---------

Co-authored-by: Yaqing Mi (from Dev Box) <yaqingmi@microsoft.com>
2025-05-28 12:26:51 +08:00
Mengyuan
8291e2e4e0 [UITestAutomation > Fancyzones] Add Retry logic for launching the FancyZones Editor (#39765)
* fancytest oneswitch test

* add GetActiveWindowTitle

* testcase1 add set layout

* change shortcut to win pgdn

* add hold key

* Snap several windows to one zone, verify switching works.

* pack snaptoonezone

* pack snaptoonezone

* Add Fancy Zone Switch tests

* Add Fancyzones switch zones

* remove code and change zoneuuid to zonesets

* fix spell error and remove files

* remove unuse keyup in elements

* fix spell error

* fix spell error

* remove to common api

* fix spell error

* fix pipeline fail

* add annotations on exe and process

* add dragging tests case

* add dragging tests case TestShowZonesOnDragDuringShift

* change get out window pixel color

* add non-primary mouse test cases

* add make drag window transparent

* clean test initialize code

* fix spell error

* fix make drag setting conflicts with shift and non primary mouse setting tests issue

* add annotations for testmethod and GetWindowRect

* fix spell error

* fix spell error

* change assert prompt

* fix testcase name not match

* set fancyzones tests only in pipeline

* fix pipeline error fancyzones

* add get highlight and  inactivate zone color from ui

* add window pre post

* add rect func

* remove keydown and drag

* FIX JSON GETSTRING BUG

* change scrolling times

* fix get out window

* add drag window

* make c file explorer window larger

* remove drag window

* one switch tests change explorer exe to hosts file exe

* set restart in drag

* recover switch tests

* fix scroll position error

* add clean

* clean host

* clean layouts file

* remove during drag case

* resolve conflicts

* fix get pixel color

* add delay when get pixel color

* add delay and make maximize the window

* change onezone to twozone

* add restart scope exe

* add annotations for OneZoneSwitchTests.cs

* clean logger and add annotations

* merge windows helper and pane element

* add test name and test category

* reduce delay time

* resolve conflicts and remove ununsed namespace

* fix spell error

* fix the restart position

* add clean desktop windows and remove unuse code

* clear open window

* only run fancyzones related dll

* add log on customlayouts data

* remove clean the window in switchwindow tests

* rename namespace

* set fancyzones only pipeline

* remove restore

* set layouts without restart

* remove restart

* add delay and retry

* add delay and retry

* fix relaunch error

* add delay time

* tests all uitests

* extend delay time

* close window in onezone switch

* clean console write

* fix conflicts

* test all ui tests

* retry launch

* fix spell error

* move release drag to pane element

* address cannot found custom layouts

* move restart to set customlayouts

* move restart to set customlayouts

* fix spell error

* move restart

* restore data

* add delay time

* test all ui tests

* add clean fancyzones editor window

* remove log

* change get active window Title

* change get active window Title

* align onezone switch tests initialize and try catch with dragwindow

* remove unuse code

* add appzone history deletefile
2025-05-28 10:38:38 +08:00
XiaofengWang
52d9822fac Add retry in attach (#39751)
Co-authored-by: Xiaofeng Wang (from Dev Box) <xiaofengwang@microsoft.com>
2025-05-27 17:08:58 +08:00
Bradley Myers
53b989857b Option to toggle the system tray icon (#23220)
* Added option to toggle the system tray icon

At the moment, this hides the icon making the settings window inaccessible without first modifying the general `settings.json` file.

* Use IPC messages to manage the tray icon settings

* Fix launching second window binds to active settings process

* Added context menu option to hide tray icon

* Added Exit PT button to settings ui NavigationView.PaneFooter

* Moved DllImports to NativeMethods.cs

* Sentence case titles

* Fix whitespace

* Re-add exit icon to NavView

* Re-added toggle switch to new UI

* Fix build

* Fix build after merge main

* Fix the string to display

* add shut down buttons

* finish polish

* fix string

* Styling tweaks to titlebar and settingscards

* fix comment

* fix unit test

* fix ut

---------

Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Co-authored-by: vanzue <vanzue@outlook.com>
Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
Co-authored-by: Niels Laute <niels.laute@live.nl>
2025-05-26 17:03:35 +08:00
Mengyuan
f65a4495b0 [UITestAutomation FancyZones] Add Environment Cleanup to FancyZones UI Tests (#39722)
* fancytest oneswitch test

* add non-primary mouse test cases

* add make drag window transparent

* clean test initialize code

* fix spell error

* fix make drag setting conflicts with shift and non primary mouse setting tests issue

* add annotations for testmethod and GetWindowRect

* fix spell error

* fix spell error

* change assert prompt

* fix testcase name not match

* set fancyzones tests only in pipeline

* fix pipeline error fancyzones

* add get highlight and  inactivate zone color from ui

* add window pre post

* add rect func

* remove keydown and drag

* FIX JSON GETSTRING BUG

* change scrolling times

* fix get out window

* add drag window

* make c file explorer window larger

* remove drag window

* one switch tests change explorer exe to hosts file exe

* set restart in drag

* recover switch tests

* fix scroll position error

* add clean

* clean host

* clean layouts file

* remove during drag case

* resolve conflicts

* fix get pixel color

* add delay when get pixel color

* add delay and make maximize the window

* change onezone to twozone

* add restart scope exe

* add annotations for OneZoneSwitchTests.cs

* clean logger and add annotations

* merge windows helper and pane element

* add test name and test category

* reduce delay time

* resolve conflicts and remove ununsed namespace

* fix spell error

* fix the restart position

* add clean desktop windows and remove unuse code

* clear open window

* only run fancyzones related dll

* add log on customlayouts data

* remove clean the window in switchwindow tests

* rename namespace

* set fancyzones only pipeline

* remove restore

* set layouts without restart

* remove restart

* add delay and retry

* add delay and retry

* fix relaunch error

* add delay time

* tests all uitests

* extend delay time

* close window in onezone switch

* clean console write

* fix conflicts

* test all ui tests

* retry launch

* fix spell error

* move release drag to pane element

* address cannot found custom layouts

* move restart to set customlayouts

* move restart to set customlayouts

* fix spell error

* move restart

* restore data

* add delay time

* test all ui tests

* add clean fancyzones editor window

* remove log
2025-05-26 13:58:42 +08:00
Yu Leng
718e725571 [cmdpal] Fix calculator error when pressing Space (#39679)
Co-authored-by: Yu Leng (from Dev Box) <yuleng@microsoft.com>
2025-05-26 11:37:38 +08:00
yaqingmi
fd9641cdc5 Fix UITest pipeline errors for MouseUitls module (#39656)
* Adjust sleep time between actions

* Adjust sleep time between actions2

* Fix pipeline errors

* Adjust wait time between clear and send input

---------

Co-authored-by: Yaqing Mi (from Dev Box) <yaqingmi@microsoft.com>
2025-05-23 16:51:25 +08:00
Mengyuan
147c0d3ec5 [UITestAutomation > Fancyzones] Add UI tests on Dragging window settings (#39111)
* fancytest oneswitch test

* add GetActiveWindowTitle

* testcase1 add set layout

* change shortcut to win pgdn

* add hold key

* Snap several windows to one zone, verify switching works.

* pack snaptoonezone

* pack snaptoonezone

* Add Fancy Zone Switch tests

* Add Fancyzones switch zones

* remove code and change zoneuuid to zonesets

* fix spell error and remove files

* remove unuse keyup in elements

* fix spell error

* fix spell error

* remove to common api

* fix spell error

* fix pipeline fail

* add annotations on exe and process

* add dragging tests case

* add dragging tests case TestShowZonesOnDragDuringShift

* change get out window pixel color

* add non-primary mouse test cases

* add make drag window transparent

* clean test initialize code

* fix spell error

* fix make drag setting conflicts with shift and non primary mouse setting tests issue

* add annotations for testmethod and GetWindowRect

* fix spell error

* fix spell error

* change assert prompt

* fix testcase name not match

* set fancyzones tests only in pipeline

* fix pipeline error fancyzones

* add get highlight and  inactivate zone color from ui

* add window pre post

* add rect func

* remove keydown and drag

* FIX JSON GETSTRING BUG

* change scrolling times

* fix get out window

* add drag window

* make c file explorer window larger

* remove drag window

* one switch tests change explorer exe to hosts file exe

* set restart in drag

* recover switch tests

* fix scroll position error

* add clean

* clean host

* clean layouts file

* remove during drag case

* resolve conflicts

* fix get pixel color

* add delay when get pixel color

* add delay and make maximize the window

* change onezone to twozone

* add restart scope exe

* add annotations for OneZoneSwitchTests.cs

* clean logger and add annotations

* merge windows helper and pane element

* add test name and test category

* reduce delay time

* resolve conflicts and remove ununsed namespace

* fix spell error

* fix the restart position

* add clean desktop windows and remove unuse code

* clear open window

* only run fancyzones related dll

* add log on customlayouts data

* remove clean the window in switchwindow tests

* rename namespace

* set fancyzones only pipeline

* remove restore

* set layouts without restart

* remove restart

* add delay and retry

* add delay and retry

* fix relaunch error

* add delay time

* tests all uitests

* extend delay time

* close window in onezone switch

* clean console write

* fix conflicts

* test all ui tests

* retry launch

* fix spell error

* move release drag to pane element

* address cannot found custom layouts

* move restart to set customlayouts
2025-05-23 13:07:42 +08:00
Gordon Lam
a804bf86a4 Update to WinAppSDK 1.7.2 (#39592)
Update to WinAppSDK 1.7.2
2025-05-23 11:19:24 +08:00
XiaofengWang
e1316e6631 Dev/xiaofengwang/fix hosts error (#39630)
* Retry in startExe

* Update baseline image for x64-win11

* Update baseline image for x64-win11

* update job-test-project.yml

---------

Co-authored-by: Xiaofeng Wang (from Dev Box) <xiaofengwang@microsoft.com>
2025-05-21 15:34:50 +08:00
yaqingmi
4d1dbea5d1 Update MouseUtils UI test doc (#39606)
* Update Testcase names

* Update MouseUtils Checklist information

Update MouseUtils Checklist information

* Update ui-automation-cover-list.md

---------

Co-authored-by: Yaqing Mi (from Dev Box) <yaqingmi@microsoft.com>
2025-05-21 15:18:28 +08:00
Kai Tao
bdf0b5ea23 MWB: Fix firewall rule to allow remote connections from IPs outside the local subnet (#39595)
* remove unnecessary restrict for local subnet only in firewal

* remoteip set to any
2025-05-21 13:10:03 +08:00
TheBestWebsite
9b3f8951f8 Update README with 0.91.1 (#39597) 2025-05-20 16:49:07 -07:00
yaqingmi
46aa43cb69 Yaqingmi/dev/UI automation2 (#39561)
* Fix Windows Size set fail problem

* Fix pipeline errors

* Fix dragging block

* Update Release-Test-Checklist*.md

* Fix spelling errors

---------

Co-authored-by: Yaqing Mi (from Dev Box) <yaqingmi@microsoft.com>
2025-05-20 10:34:21 +08:00
Xiaofeng Wang (from Dev Box)
01359c4b0c Fix pipeline issues 2025-05-19 15:35:14 +08:00
Xiaofeng Wang (from Dev Box)
508b95cf5b update rerunFailedThreshold 2025-05-19 13:47:42 +08:00
Hao Liu
5517c6d504 Revert "[PowerAccent] Cancel previous ShowToolbar task if a new one is triggered" (#39563)
Revert "[PowerAccent] Cancel previous ShowToolbar task if a new one is triggered (#37757)"

This reverts commit e1ad7e39c6.
2025-05-19 13:00:40 +08:00
Xiaofeng Wang (from Dev Box)
5946b98f87 Add retry times 2025-05-19 11:35:35 +08:00
Kai Tao
12e23e23a3 workspaces: shell:appsfolder launch does not support the command line (#39433)
shell:appsfolder launch does not respect the command line
2025-05-19 09:12:23 +08:00
Mike Griese
c9656754bd CmdPal: fix a perf regression loading pages (#39415)
This was especially noticable with the icons extension.

Turns out in #39051, when I was experimenting with getting AoT clean,
i accidentally called this twice. Then we actually commited that
straight up.

This PR reverts that. It also moves a similar case where we were
initializing all the tags on the UI thread. That's wrong too - we need
to fetch properties off the UI thread, then update the list on the UI
thread.

Closes nothing, I didn't file this yet.
2025-05-16 10:47:44 -05:00
Gordon Lam
0e9c5a82dd Fix Cmdpal launch without admin mode - both runner and setting. (#39494)
* Change to path and args

* Fix both Setting launch and runner launch
2025-05-16 19:11:57 +08:00
Xiaofeng Wang (from Dev Box)
e61e5b6d83 Add retry logic for StartExe and update SendKeys in Element to protected 2025-05-16 17:00:38 +08:00
Xiaofeng Wang (from Dev Box)
67272ad073 Add wait time before startExe 2025-05-16 12:40:40 +08:00
Gordon Lam
75121ca7f3 Fix RunAsAdmin For CmdPal when PowerToys is running as Admin (#39448)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Since we change the launch method by this PR #39269 , we will start cmdpal as admin too if powertoys run as admin.
The fix is leveraging explorer (which will not run as admin) to start the cmdpal

Moreover, without this fix, some of extension cannot be "loaded" when cmdpal run as admin, e.g. winget will be missing, and my own new extension developed by myself will not be loaded successful as well.
2025-05-15 16:47:40 -05:00
Dustin L. Howett
898e7c6352 build: strong name sign the Extension Toolkit (#39469)
Strong-name signing embeds publisher identity into the signature of a
.NET assembly.

This is required if *any other* strong name signed project wants to take
a dependency on it.

To make this work, we need to delay-sign it with a public key (.snk
file)--e.g. say we are going to sign it, but not actually sign it--to
give it an identity and then later submit it to ESRP for final signing.

The snk file does not contain any private material.

Some minor changes were required to build properly:
- `InternalsVisibleTo` requires a PublicKeyToken, but we aren't using
  it in the SDK build so it's fine to just leave it out.
- I had to mark a class `sealed` and I can only guess it's because
  strong named assemblies have more guarantees?
2025-05-15 16:47:03 -05:00
zhaopeng wang
a79126373f Fix pipeline error and refine framework code (#39440)
* add test case and fix bug

* add test

* add test

* add test

* add test case

* add fancyzones window name and fix test case error

* add test case

* add test case

* add test case After creating a virtual desktop

* add test case delete layout

* add test case grid layout change monitor resolution

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error

* fix pipeline error and only run fancyzone uitest

* disable other ui test code

* fix build error

* fix pipeline error

* fix pipeline error

* add restart scope exe

* enable other test code

* fix Spelling error

* add error log

* add global find

* Change Fancyzone SendKey function

* add Fancyzone Editor Test case message

* add test code

* drag code refine

* add windowHelper

* fix find element type error

* fix build error

* fix test error

* fix pipeline error

* fix pipeline error

* fix pipeline error

---------

Co-authored-by: Zhaopeng Wang (from Dev Box) <zhaopengwang@microsoft.com>
2025-05-15 17:42:48 +08:00
Xiaofeng Wang (from Dev Box)
3688995511 Update hosts visual file and add cleanup wait time 2025-05-15 16:55:08 +08:00
Xiaofeng Wang (from Dev Box)
255a11df85 Merge branch 'feature/UITestAutomation' of https://github.com/microsoft/PowerToys into feature/UITestAutomation 2025-05-15 14:56:54 +08:00
Kayla Cinnamon
1837dc5ee6 Fix download links in README (#39425) 2025-05-14 16:43:33 -07:00
yaqingmi
0bb15f4e2c 0.91 changelog (#39266)
* Update version to 0.91

Update version to 0.91

* Some PRs are still not included.

Some PRs are still not included.

* Add some PRs

* Add more PRs

* Add more PRs

* Add two more PRs

* Add some PRs

* Add one more PR

* Add all PRs up to this point, except for some documentation-related ones.

* Add the Highlights part

* Overall edits

* Add PRs about Doc changes

* Clean up the highlights section

* Update MD5

* Changed highlights and removed reg preview line item

* Put reg preview item back and updated highlights

---------

Co-authored-by: Kayla Cinnamon <cinnamon@microsoft.com>
2025-05-14 15:55:19 -07:00
Clint Rutkas
9bcb140af1 Validate names for invalid for C# namespaces in cmdpal (#39401)
## Summary of the Pull Request

The Command Palette allows users to create extensions with dashes in their names, which is invalid for C# namespaces. This causes projects to fail during build because the name cannot be used as a valid namespace.

## Changes
- Updated the validation regex in `NewExtensionForm.cs` to only allow valid C# identifiers
  - Now only allows names starting with a letter or underscore, followed by letters, numbers, or underscores
  - Explicitly prevents dashes, spaces, and other special characters
- Improved the error message to clearly explain the requirements for valid C# identifiers

## Before
Previously, the input only validated that no spaces were used:
```csharp
"regex": "^[^\\s]+$"
```

## After
Now the input properly validates for C# namespace compatibility:
```csharp
"regex": "^[a-zA-Z_][a-zA-Z0-9_]*$"
```

This ensures that users cannot create extension projects with names that would fail to build.![image](https://github.com/user-attachments/assets/c2fb5108-b32b-4411-84a8-45ef0c621372)

## PR Checklist

- [ ] **Closes:** https://github.com/microsoft/PowerToys/issues/38522
2025-05-14 15:21:42 -05:00