Skip to content
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

[Testing] Implement themes change in Appium actions on Windows #25863

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Implement themes change in Appium actions on Windows.

App.SetLightTheme();
App.SetDarkTheme();

@jsuarezruiz jsuarezruiz added the area-testing Unit tests, device tests label Nov 14, 2024
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner November 14, 2024 14:58
{
if (commandName == SetLightTheme)
{
ExecuteCommand($"start C://Windows/Resources/Themes/aero.theme");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the most interesting part.

@jsuarezruiz
Copy link
Contributor Author

/rebase

@github-actions github-actions bot force-pushed the uitest-themes-actions-windows branch from 5a03aa0 to 518f261 Compare November 20, 2024 09:12
@jfversluis jfversluis merged commit 72af857 into main Nov 26, 2024
107 checks passed
@jfversluis jfversluis deleted the uitest-themes-actions-windows branch November 26, 2024 10:23
var process = new Process { StartInfo = processInfo };

process.Start();
process.WaitForExit();
Copy link
Contributor

@MartyIX MartyIX Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing Unit tests, device tests fixed-in-9.0.21
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants