-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
test: Increase E2E test setup time #7929
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7929 +/- ##
=======================================
Coverage 37.44% 37.44%
=======================================
Files 1052 1052
Lines 28192 28192
Branches 2517 2517
=======================================
Hits 10556 10556
Misses 17037 17037
Partials 599 599 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
E2E test started on Bitrise: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/c44cdbc9-8334-490a-bdb4-1c7f59e3a115 |
Missing release label release-7.12.4 on PR. Adding release label release-7.12.4 on PR and removing other release labels(release-7.13.0), as PR was added to branch 7.12.4 when release was cut. |
Missing release label release-7.12.3 on PR. Adding release label release-7.12.3 on PR and removing other release labels(release-7.13.0), as PR was added to branch 7.12.3 when release was cut. |
More than one release label on PR. Keeping the lowest one (release-7.12.3) on PR and removing other release labels (release-7.12.4). |
Description
The android E2E tests have encountered failures because the installation of the application on the emulator now takes longer than the current test timeout allows. In order to restore the ability to pass the E2E tests, the purpose of this pull request (PR) is to increase the test setup time, allowing sufficient time for the installation process.
Before
Failing Bitrise builds:
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/fa0431b0-3114-4a0f-a511-23d065d4d244
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/10be074e-af5f-4750-8d72-7e61c6102b9d
https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/fa0431b0-3114-4a0f-a511-23d065d4d244
After
Passing bitrise smoke Build: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/354f2ad1-121b-4f48-9d7d-479bcb00160d
Passing bitrise regression test build: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/354f2ad1-121b-4f48-9d7d-479bcb00160d
Pre-merge author checklist
Pre-merge reviewer checklist