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

Conversation

minikin
Copy link
Collaborator

@minikin minikin commented Oct 27, 2023

Description

  • Validation of integration tests across multiple platforms using a single codebase.

Related Issue(s)

#85

Description of Changes

  • Add mock UI to run integration tests
  • Configure Web, iOS, and Android targets to run integration tests
  • Create integration tests for mock UI
  • Set up Firebase Test Lab
  • Upload test results to GC
  • Add CI/CD workflow for Web (run it on each PR)
  • Add CI/CD workflow for iOS/Android (run it NIghtly)

Ouf of scope

Breaking Changes

NONE

Screenshots

Mock UI
Screenshot 2023-11-07 at 4 11 44 PM

Screenshot 2023-11-07 at 4 12 06 PM Screenshot 2023-11-07 at 4 12 12 PM

Test Labs Results

android_ttest_results
ios_test_results

Videos

Local tests

Web

CleanShot.2023-11-09.at.10.54.18-converted.mp4

iOS

test_ios.mp4

Android

CleanShot.2023-11-09.at.10.24.49-trimmed.mp4

Test Lab

Android

integration_test_results_android_redfin-30-en_GB-portrait_video.mp4

iOS

2023-11-08_17_39_17.606635_CeTi_iphone14pro-16.6-en_GB-portrait_video.mp4

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in the downstream module

@minikin minikin added the draft Draft label Oct 27, 2023
@minikin minikin self-assigned this Oct 27, 2023
@minikin minikin changed the title Feature/poc flutter integration tests feature: poc flutter integration tests Oct 27, 2023
@minikin minikin added the do not review yet Do not review yet label Oct 30, 2023
@minikin minikin changed the title feature: poc flutter integration tests feature: flutter integration tests Nov 7, 2023
@minikin minikin marked this pull request as ready for review November 9, 2023 09:56
@minikin minikin requested a review from stevenj as a code owner November 9, 2023 09:56
@minikin minikin added review me PR is ready for review and removed do not review yet Do not review yet draft Draft labels Nov 9, 2023
@minikin minikin enabled auto-merge (squash) November 9, 2023 10:01
@minikin minikin linked an issue Nov 9, 2023 that may be closed by this pull request
Copy link
Collaborator

@stevenj stevenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.

@minikin minikin changed the title feature: flutter integration tests feat: flutter integration tests Nov 9, 2023
@minikin minikin merged commit bed71b7 into main Nov 9, 2023
14 of 15 checks passed
@minikin minikin deleted the feature/poc-flutter-integration-tests branch November 9, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : PoC : integration_test
2 participants