Skip to content
Open

Demo #79

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e22cb74
temp changes
joaosamueldiogo-mindera Apr 10, 2026
2bdcb93
ALFMOB-355: Added Checkout Integration Tests
joaosamueldiogo-mindera May 15, 2026
bd1ec45
ALFMOB-355: Updated Adde New Card Modal
joaosamueldiogo-mindera May 15, 2026
3f425a5
ALFMOB-355: Updated Router redirect configuration in Checkout
joaosamueldiogo-mindera May 15, 2026
82bd36a
ALFMOB-355: Updated the label for the Primary Button of Checkout Screen
joaosamueldiogo-mindera May 15, 2026
1f3294f
ALFMOB-355: Fixed Related Widget Tests
joaosamueldiogo-mindera May 15, 2026
eb65270
ALFMOB-355: Added Additional Scroll steps to Integration Tests in ord…
joaosamueldiogo-mindera May 19, 2026
810fd64
ALFMOB-355: Added Ensure visible to Contact Info Continue Button
joaosamueldiogo-mindera May 19, 2026
8b8ac5b
ALFMOB-355: Configured Action to use a HW Keyboard
joaosamueldiogo-mindera May 20, 2026
7a1a2d2
ALFMOB-355: Added Keys to Test
joaosamueldiogo-mindera May 20, 2026
c096398
ALFMOB-355: Added unfocus before clicking the continue button
joaosamueldiogo-mindera May 20, 2026
90a8483
ios files
joaosamueldiogo-mindera May 21, 2026
426dd72
Merge main
joaosamueldiogo-mindera May 22, 2026
bd7c708
Added space between in vertical product card
joaosamueldiogo-mindera May 25, 2026
3a14dca
Added image cache
joaosamueldiogo-mindera May 26, 2026
4a2c3bc
Merge branch 'task/ALFMOB-355-Integration-Tests-Checkout-Flow' into TEMP
joaosamueldiogo-mindera May 26, 2026
ab98bda
Added App Icon
joaosamueldiogo-mindera May 28, 2026
5589abb
FInal small toutchups
joaosamueldiogo-mindera May 28, 2026
885ebed
Minor test fixs
joaosamueldiogo-mindera May 28, 2026
f5272d4
Merge branch 'certificateIOS' into DEMO
joaosamueldiogo-mindera Jun 15, 2026
4554f82
Device configurations
joaosamueldiogo-mindera Jun 16, 2026
519520b
Added oerformance testing integration test
joaosamueldiogo-mindera Jun 17, 2026
c8d7c5b
Working complex test
joaosamueldiogo-mindera Jun 17, 2026
b744ce8
Runned performance tests on ios
joaosamueldiogo-mindera Jun 17, 2026
a53af28
Enhanced execution on devices
joaosamueldiogo-mindera Jun 18, 2026
c756f85
Addded snackbar time test
joaosamueldiogo-mindera Jun 22, 2026
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
1 change: 1 addition & 0 deletions .github/workflows/test-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
api-level: 30
arch: x86_64
profile: pixel_7_pro
enable-hw-keyboard: true
script: |
cd alfie_flutter && flutter test integration_test --tags=smoke

Expand Down
2 changes: 1 addition & 1 deletion alfie_flutter/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="alfie_flutter"
android:label="Alfie"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified alfie_flutter/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alfie_flutter/assets/icon/alfie_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions alfie_flutter/devtools_options.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
description: This file stores settings for Dart & Flutter DevTools.
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
extensions:
- hive_ce: true
Loading
Loading