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

chore: Add more devices to integration testing #1882

Merged
merged 10 commits into from
Aug 19, 2022

Conversation

tylerjroach
Copy link
Member

@tylerjroach tylerjroach commented Aug 12, 2022

  • PR title and description conform to Pull Request guidelines.

Issue #, if available:

Description of changes:
Testing all PRs on 3 devices (Pixel or Samsung) with different OS versions now, instead of just 1.
Android 7
Android 10
Android 12

Also raised threshold to check every 20 seconds instead of 5. Will probably bump further in future PR.

How did you test these changes?
(Please add a line here how the changes were tested)

  • Added Unit Tests
  • Tested on frontend (Add Screenshots)
  • Successful logs (Attach them to the PR)

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

{"attribute":"AVAILABILITY","operator":"EQUALS","values":["HIGHLY_AVAILABLE"]},
{"attribute":"PLATFORM","operator":"EQUALS","values":["ANDROID"]},
{"attribute":"OS_VERSION","operator":"GREATER_THAN_OR_EQUALS","values":["7"]},
{"attribute":"OS_VERSION","operator":"LESS_THAN","values":["8"]},
Copy link
Contributor

Choose a reason for hiding this comment

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

Could the LESS_THAN = 7.1 so it run on API 24 which is our min supported version in dev-preview?

@tylerjroach tylerjroach marked this pull request as ready for review August 19, 2022 13:31
@tylerjroach tylerjroach requested review from a team as code owners August 19, 2022 13:31
@tylerjroach tylerjroach merged commit 6405ce1 into main Aug 19, 2022
@tylerjroach tylerjroach deleted the tjroach/run-integration-multiple-devices branch August 19, 2022 15:10
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.

5 participants