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

feat: flutter integration tests #92

Merged
merged 66 commits into from
Nov 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
978593d
Create login_page.dart
minikin Oct 27, 2023
9b35f05
feat: add constants , update login screen
minikin Oct 27, 2023
7e18228
feat: update app
minikin Oct 27, 2023
e6d4d8c
Merge branch 'main' into feature/poc-flutter-integration-tests
minikin Oct 27, 2023
63f0610
Update login_page.dart
minikin Oct 27, 2023
1e57c71
feat: add integration tests
minikin Oct 30, 2023
0e8882a
wip
minikin Oct 30, 2023
18bfa8f
Merge branch 'main' into feature/poc-flutter-integration-tests
minikin Oct 30, 2023
cc4c32e
Update FLUTTER_INTEGRATION_TEST.md
minikin Oct 31, 2023
74a2029
feat: add integration tests support for iOS
minikin Oct 31, 2023
a7daeea
feat: add CI job to run integration tests
minikin Nov 1, 2023
2104b86
Update app-integration-test.yml
minikin Nov 1, 2023
fc38c55
wip
minikin Nov 1, 2023
14677a4
Update melos.yaml
minikin Nov 1, 2023
c7f482a
Merge branch 'main' into feature/poc-flutter-integration-tests
minikin Nov 1, 2023
189e2ac
Update melos.yaml
minikin Nov 2, 2023
bf0d3a3
Update app-integration-test.yml
minikin Nov 2, 2023
b502501
Update app-integration-test.yml
minikin Nov 2, 2023
df809b3
Update app-integration-test.yml
minikin Nov 2, 2023
d2f5fda
feat: update project structure
minikin Nov 2, 2023
87b870d
Update app-integration-test.yml
minikin Nov 2, 2023
c2c2ea4
Update pubspec.yaml
minikin Nov 2, 2023
3508549
update flutter_web_integration_test
minikin Nov 2, 2023
5c2d035
Update flutter_web_integration_test.sh
minikin Nov 2, 2023
fa29364
Update flutter_web_integration_test.sh
minikin Nov 2, 2023
da31cc5
Update flutter_web_integration_test.sh
minikin Nov 2, 2023
4bf16b3
wip
minikin Nov 2, 2023
1fdb403
wip
minikin Nov 2, 2023
37f0d98
Update app-integration-test.yml
minikin Nov 2, 2023
45e88f7
Update app-integration-test.yml
minikin Nov 2, 2023
e328e55
wip
minikin Nov 2, 2023
a9d12da
Update flutter_web_integration_test.sh
minikin Nov 2, 2023
fddcfd1
Update flutter_web_integration_test.sh
minikin Nov 2, 2023
441a9dc
Update flutter_web_integration_test.sh
minikin Nov 2, 2023
ff4e876
clean up
minikin Nov 2, 2023
c1c7d03
Update project.dic
minikin Nov 2, 2023
16673a2
Update project.dic
minikin Nov 2, 2023
0b4ad59
Update project.dic
minikin Nov 2, 2023
35a038f
Update project.dic
minikin Nov 2, 2023
74d9aee
more clean up
minikin Nov 2, 2023
b9ae4da
Update dummy.dart
minikin Nov 2, 2023
b28c13a
Update FLUTTER_INTEGRATION_TEST.md
minikin Nov 2, 2023
ca2125f
update docs
minikin Nov 2, 2023
6017081
Update FLUTTER_INTEGRATION_TEST.md
minikin Nov 3, 2023
5426f89
feat: update android project
minikin Nov 3, 2023
a394024
feat: integration scripts for iOS and Android, docs update
minikin Nov 3, 2023
2ce9f7a
feat: add flutter integration test for Android
minikin Nov 6, 2023
475aeac
Merge branch 'main' into feature/poc-flutter-integration-tests
minikin Nov 6, 2023
5f74452
Update project.dic
minikin Nov 6, 2023
ee699b3
Update FLUTTER_INTEGRATION_TEST.md
minikin Nov 6, 2023
7ee721c
Update project.dic
minikin Nov 6, 2023
02cbffc
minor update
minikin Nov 7, 2023
f1f11a9
Update flitter-mobile-integration-test.yml
minikin Nov 7, 2023
7b2c811
Update flitter-mobile-integration-test.yml
minikin Nov 7, 2023
a288ede
Update flutter_android_integration_test.sh
minikin Nov 7, 2023
d94b439
wip: iOS build
minikin Nov 7, 2023
e0796f3
Update flutter_ios_integration_test.sh
minikin Nov 8, 2023
5b5ba03
Merge branch 'main' into feature/poc-flutter-integration-tests
minikin Nov 8, 2023
fd4cd7c
Update flutter_ios_integration_test.sh
minikin Nov 8, 2023
3d0d4cc
Merge branch 'main' into feature/poc-flutter-integration-tests
minikin Nov 8, 2023
5ca30eb
wip ios
minikin Nov 8, 2023
fbced85
update iOS project and tests
minikin Nov 8, 2023
d202643
update ios
minikin Nov 9, 2023
0fda99a
Update flutter_ios_integration_test.sh
minikin Nov 9, 2023
c0d11f7
Update flitter-mobile-integration-test.yml
minikin Nov 9, 2023
655d5d4
Merge branch 'main' into feature/poc-flutter-integration-tests
stevenj Nov 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update app-integration-test.yml
minikin committed Nov 2, 2023
commit 45e88f7a25c336a780062e8d7200caf396f88a5c
2 changes: 1 addition & 1 deletion .github/workflows/app-integration-test.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:

- name: Move Chrome to /usr/bin/
run: |
sudo mv chrome /usr/bin/google-chrome
sudo mv chrome/* /usr/bin/google-chrome
sudo chmod +x /usr/bin/google-chrome

- name: Verify Chrome Installation