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

Appium Android Fixes #438

Merged
merged 5 commits into from
Feb 21, 2024
Merged

Appium Android Fixes #438

merged 5 commits into from
Feb 21, 2024

Conversation

PureWeen
Copy link
Member

As far as I can tell the current Android Appium sample doesn't quite work.

Appium is a bit quirky with Android Apps because in Debug mode you have to enable 'noReset' otherwise appium will delete tthe dlls copied over with fast deployment. I noticed in the current sample we are disabling fast deployment, but I don't think we want to do this as it makes debugs build much slower and is not the normal work flow.

@jfversluis
Copy link
Member

Huh curious! I recall that this worked back then for all scenarios. But indeed the current state on main doesn't and this seems to fix it!

@jfversluis
Copy link
Member

Note to self: review if the code comments make sense and if we need to add something more to the README of this project for more clarification

@jfversluis jfversluis marked this pull request as ready for review February 21, 2024 12:52
@jfversluis jfversluis merged commit aecea8d into main Feb 21, 2024
3 checks passed
@jfversluis jfversluis deleted the fix_android_appium_sample branch February 21, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants