-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix and improve E2E tests #582
Conversation
a221b2b
to
f944c4d
Compare
700af9d
to
3a1e77b
Compare
How does this relate to #577 ? |
@grote it'll likely replace most of it |
Slightly unrelated: we should probably update the status badge in the README. |
0ef70a1
to
7bd0852
Compare
name: seedvault_test_videos | ||
path: seedvault_test_videos/**/*.mp4 | ||
name: ${{ matrix.emulator_type }}-${{ matrix.android_target }}-results | ||
path: seedvault_test_results/**/* |
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.
Is this uploading logcat as well?
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.
Yeah.
- name: Assemble tests | ||
run: ./gradlew :app:assembleAndroidTest | ||
|
||
- name: Run tests | ||
uses: reactivecircus/android-emulator-runner@v2 | ||
uses: Wandalen/[email protected] |
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.
we need to retry 3 times? Are things this flaky? do we know where the flakyness comes from?
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.
I'm not sure if we do, just leaving this for now. If we see consistency we can remove it, if not we can fix the flakiness.
7bd0852
to
551538f
Compare
No description provided.