-
Notifications
You must be signed in to change notification settings - Fork 147
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
ci(e2e): fix e2e and add recent Flutter versions #2486
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
a88d710
ci(e2e): add Flutter 3.24.3
felangel ceba42a
try to update java version and clear gradle cache
felangel 57e8a8f
see if manual uninstall fixes
felangel f766c96
adjust java version
felangel afd02c8
increase timeout
felangel fb63cbb
chore: run shorebird doctor
felangel 87b2676
add setup-android
felangel 453ad89
run flutter doctor
felangel 79a3c20
simple example
felangel 54a917e
tweak
felangel a38f493
tweak
felangel 708ac3f
skip cli tests
felangel e426b2e
revert e2e test script
felangel f9e7d0d
chore: use --connected-device when building apks
felangel 0e8c6f9
use default mode instead of universal
felangel fee8a98
test
felangel f8dfc0c
tweak
felangel 7eec9ba
cache avd
felangel ce3ea61
chore: re-enable test script
felangel bc9e2a6
increase timeout
felangel a7d030d
more tweaks
felangel 6b1b9a9
re-enable tests
felangel e84f270
update org
felangel eb2d0a2
typo
felangel e5f1b53
revert bundletool
felangel 869a202
print packages
felangel af972e1
speed up patch builds
felangel 653220f
verbose adb logs
felangel 23a6090
attempt to reboot emulator
felangel 6b3e7c1
no-cache
felangel 1447b05
fix
felangel 3810e60
verbose logs
felangel fa344b0
use api 29
felangel b9a58e6
use connected device
felangel 3de8878
configure release signing
felangel 12cce80
use realpath
felangel 64c0be7
use absolute path for keystore
felangel 4c307fa
use keystore when building apk
felangel 2bad624
list packages
felangel c4c30f8
fix package name
felangel 45e9dde
adjust shell monkey command
felangel 8c36dc8
fix monkey package
felangel b17dab3
tweak
felangel ba68cd1
update package name when killing app
felangel b2b63f7
ci: re-add all Flutter versions
felangel 3ddf6a3
try creating debug keystore
felangel 61ef7bf
tweak
felangel 36ee6a1
re-add older flutter versions
felangel b44c3cd
cleanup
felangel 2d6b14f
Merge branch 'main' into ci/e2e-flutter-3.24.3
felangel d3ee187
cleanup
felangel a955ae9
cspell
felangel 965f71b
more docs comments
felangel 2a797ba
prepare to land
felangel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Glad this worked! I'm almost surprised there isn't a GHA already premade that does this sort of setup.