-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Testing] Rework Appium Runner so that it goes directly to tests instead of navigates #20700
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
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/rebase |
|
By changing MainPage and resetting after each test, golden tests require updating the reference snapshots. In many cases, the difference is the NavigationBar, back button etc. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
For now let's just always reset. If there are two text boxes then the second text box can always be used to swap the main page |
PureWeen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working through this one a bit.
Just wanted to add a request changes comment here so it's not merged yet.
Let me know if you have feedback, request changes etc :) |
Description of Change
Rework Appium Runner so that it goes directly to tests instead of navigates.
Issues Fixed
Fixes #20614