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

Documented "appWaitDuration" capability #6758

Merged
merged 1 commit into from
Aug 24, 2016
Merged

Conversation

youngrafi
Copy link
Contributor

@youngrafi youngrafi commented Aug 22, 2016

Proposed changes

This is required for #780
Following appium/appium-android-driver/pull/178 added documentation for added capability

Types of changes

What types of changes does your code introduce to Appium?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Reviewers: @imurchie, @jlipps, ...

@triager
Copy link
Contributor

triager commented Aug 22, 2016

Can one of the admins verify this patch?

@@ -29,6 +29,7 @@
|`appPackage`| Java package of the Android app you want to run|`com.example.android.myApp`, `com.android.settings`|
|`appWaitActivity`| Activity name for the Android activity you want to wait for|`SplashActivity`|
|`appWaitPackage`| Java package of the Android app you want to wait for|`com.example.android.myApp`, `com.android.settings`|
|`appWaitDuration`| Timeout in milliseconds used to wait for the appWaitActivity to launch (default `20000`), `30000`|
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs a | instead of , before 3000. Otherwise it gets in the wrong column in the table.

@imurchie
Copy link
Contributor

Thanks for this! One small tweak, then good to go!

@triager
Copy link
Contributor

triager commented Aug 22, 2016

Can one of the admins verify this patch?

@youngrafi
Copy link
Contributor Author

Changed , to |

@imurchie
Copy link
Contributor

Looks good! Can you squash into a single commit, and we will get it in?

Thanks!

@youngrafi
Copy link
Contributor Author

Done

@imurchie
Copy link
Contributor

Excellent! Thanks for this!

@imurchie imurchie merged commit 95fad7b into appium:master Aug 24, 2016
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.

3 participants