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] More changes in capabilities to adjust Appium timeouts #27675

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

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

More changes in capabilities to reduce Appium timeouts.

@Copilot Copilot bot review requested due to automatic review settings February 10, 2025 13:08
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner February 10, 2025 13:08

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (3)

src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:101

  • Ensure that there are tests that validate the new timeout configuration for androidInstallTimeout.
options.AddAdditionalAppiumOption("appium:androidInstallTimeout", 60000);

src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:107

  • Ensure that there are tests that validate the new timeout configuration for waitForIdleTimeout.
options.AddAdditionalAppiumOption("appium:waitForIdleTimeout", 5000);

src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:111

  • Ensure that there are tests that validate the new configuration for disableWindowAnimation.
options.AddAdditionalAppiumOption("appium:disableWindowAnimation", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant