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] Enabling ported UITests from Xamarin.UITests to Appium - 18 #26097

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

Conversation

anandhan-rajagopal
Copy link
Contributor

Description of Change

This PR focuses on re-enabling and updating following tests from the Xamarin.UITest framework to be compatible with Appium. The tests, previously commented out, are reviewed, and modified to ensure they are functional with the Appium framework. We are going to enable tests in blocks in different PRs. This is the 18th group of tests enabled.

TestCases

  • Issue416
  • Issue2981
  • Issue2954
  • Bugzilla44886
  • Bugzilla44129
  • Bugzilla43941
  • Bugzilla40161

* migrated uitests xamarian to appium

* added a region and command line

* Issue2891 migrated to appium

* Updated the migrated code changes

* Added issue report link

* Update Bugzilla40161

---------

Co-authored-by: LogishaSelvarajSF4525 <[email protected]>
@anandhan-rajagopal anandhan-rajagopal requested a review from a team as a code owner November 25, 2024 12:54
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Nov 25, 2024
Copy link
Contributor

Hey there @anandhan-rajagopal! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@jsuarezruiz
Copy link
Contributor

/azp run

@jsuarezruiz jsuarezruiz added the area-testing Unit tests, device tests label Nov 25, 2024
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

#if !WINDOWS
// This test won't work on Windows right now because we can only test desktop, so touch events
// (like LongPress) don't really work. The test should work manually on a touch screen, though.
#if TEST_FAILS_ON_CATALYST // TouchAndHold not supported in catalyst
Copy link
Contributor

@jsuarezruiz jsuarezruiz Nov 25, 2024

Choose a reason for hiding this comment

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

Could you try LongPress?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I have tried LongPress, it also not works on Catalyst, getting a following exception:
image

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, applied changes to fix it. Triggering the build again.

jsuarezruiz
jsuarezruiz previously approved these changes Nov 26, 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.

2 participants