-
-
Notifications
You must be signed in to change notification settings - Fork 50
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(#337): fix e2e tests on CI #348
Conversation
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.
Thanks Josh! It's good to go
For the record, I now believe that the main issue that was causing these tests to break was the WebView version being used in the emulated Android devices for the GH actions. The tests were originally running with Android 10. When I spin up an emulated version of Android 10 locally, it loads with webview So, I expect the upgrade to run with a newer version of Android was all that was needed for these tests, but I will retain the other changes here too since they are good to have as well! |
Closes #337
Upgrade our way out of the CI test failures. Uplifts all our
androidTestImplementation
dependencies to the latest versions. Also updates our GitHub actions jobs for running the tests to use Ubuntu and build against Android 33. This has the added benefit of making the tests run quite a bit faster for some reason...