-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WinAppDriver test infrastructure #846
Comments
@SeraphimaZ what is the game plan for what is being implemented here? what items are planned / phases to get checked in? |
@crutkas I’ve done some tests for fancy zones settings: I interact with elements and check if they are saved correctly in settings file. I’m planning to finish this part today. |
Rather than once big PR, let’s do a few smaller ones. I would love to see this checked in and start playing with it. |
Sure, we can do it. |
Current progress with tests: Tray tests:
FancyZones Settings: all tests interact with elements and check saved settings file
Editor:
|
The core of the WinAppDriver testing is completed, more test are under development but we can consider this work item done. |
We can do unit testing on a lot of parts, but true app testing is needed. We will enable WinAppDriver testing in common scenarios to verify end to end scenarios continue to work.
The text was updated successfully, but these errors were encountered: