-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
feat: add skipping app state check in terminateApp when the given timeout is zero #554
Conversation
This reverts commit b2df760.
mm, it seems like |
was something broken in the base driver recently @boneskull ? ^ |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This reverts commit 6c3c4fc.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
thanks, the latest tests passed |
@mykola-mokhnach can you take a look when you have a chance? |
README.md
Outdated
by checking the app state to ensure if the app process is actually stopped. | ||
|
||
The app state check can be skipped if the given timeout is lower or equal to zero since UIAutomator driver 2.9.0. | ||
The skip helps when you want to terminate the app process but does not want to check the process |
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.
...but do not want to check the process existence because the app under test may, for example, restart it automatically.
# [2.9.0](v2.8.0...v2.9.0) (2022-10-19) ### Features * add skipping app state check in terminateApp when the given timeout is zero ([#554](#554)) ([913dc39](913dc39))
🎉 This PR is included in version 2.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Will do the same thing in the espresso driver after this merge.