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] Added a support for the device's theme change #22508

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kubaflo
Copy link
Contributor

@kubaflo kubaflo commented May 19, 2024

Demo

Android iOS
Screen.Recording.2024-05-19.at.17.21.03.mov
Screen.Recording.2024-05-19.at.20.46.32.mov

Sample usage

try
{
    App.WaitForElement("entry");
    App.SetDarkTheme();
    
    VerifyScreenshot();
}
finally
{
    App.SetLightTheme();
}

@kubaflo kubaflo requested a review from a team as a code owner May 19, 2024 14:31
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label May 19, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jsuarezruiz jsuarezruiz added the area-testing Unit tests, device tests label May 20, 2024
@kubaflo kubaflo requested a review from jsuarezruiz May 20, 2024 12:59
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo kubaflo force-pushed the appium-device-theme-change branch from b6447fe to 448a90f Compare May 21, 2024 13:46
@kubaflo kubaflo requested a review from jsuarezruiz May 21, 2024 13:47
@PureWeen
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@dotnet dotnet deleted a comment from azure-pipelines bot Jun 11, 2024
@jsuarezruiz
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing Unit tests, device tests community ✨ Community Contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants