Skip to content

Merge pull request #6 from felipecastrosales/feature/update_2.1.0 #45

Merge pull request #6 from felipecastrosales/feature/update_2.1.0

Merge pull request #6 from felipecastrosales/feature/update_2.1.0 #45

GitHub Actions / test-results succeeded Feb 10, 2024 in 0s

46 passed, 0 failed and 0 skipped

Tests passed successfully

βœ…Β test-results.json

48 tests were completed in 30s with 46 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/app/app_widget_test.dart 1βœ… 927ms
test/app/features/home/home_page_test.dart 3βœ… 1s
test/app/features/home/widgets/contact/contact_mobile_test.dart 1βœ… 680ms
test/app/features/home/widgets/contact/contact_web_test.dart 1βœ… 661ms
test/app/features/home/widgets/contact/contact_widget_test.dart 3βœ… 999ms
test/app/features/home/widgets/contact/controller/contact_controller_test.dart 1βœ… 44ms
test/app/features/home/widgets/contact/widgets/custom_form_test.dart 1βœ… 879ms
test/app/features/home/widgets/contact/widgets/custom_text_form_field_test.dart 1βœ… 716ms
test/app/features/home/widgets/experience/experience_mobile_test.dart 1βœ… 741ms
test/app/features/home/widgets/experience/experience_test.dart 1βœ… 690ms
test/app/features/home/widgets/experience/experience_web_test.dart 1βœ… 699ms
test/app/features/home/widgets/experience/widgets/section_experience_texts_test.dart 1βœ… 621ms
test/app/features/home/widgets/experience/widgets/title_description_short_test.dart 1βœ… 613ms
test/app/features/home/widgets/footer/custom_footer_test.dart 1βœ… 625ms
test/app/features/home/widgets/footer/footer_mobile_test.dart 1βœ… 587ms
test/app/features/home/widgets/footer/footer_web_test.dart 1βœ… 629ms
test/app/features/home/widgets/footer/widgets/text_with_link_test.dart 1βœ… 602ms
test/app/features/home/widgets/presentation/presentation_mobile_test.dart 1βœ… 771ms
test/app/features/home/widgets/presentation/presentation_test.dart 3βœ… 945ms
test/app/features/home/widgets/projects/projects_mobile_test.dart 1βœ… 747ms
test/app/features/home/widgets/projects/widgets/app_text_button_widget_test.dart 1βœ… 685ms
test/app/features/home/widgets/social/social_mobile_test.dart 1βœ… 874ms
test/app/features/home/widgets/social/social_test.dart 1βœ… 886ms
test/app/features/home/widgets/social/social_web_test.dart 1βœ… 962ms
test/app/features/home/widgets/social/widgets/card_glassmorphism_test.dart 1βœ… 539ms
test/app/features/home/widgets/social/widgets/social_list_test.dart 1βœ… 930ms
test/app/utils/contact_validators_test.dart 1βœ… 28ms
test/app/utils/date_time_utils_test.dart 1βœ… 20ms
test/app/utils/launch_urls_test.dart 1βœ… 22ms
test/app/widgets/app_bar/mobile_app_bar_test.dart 1βœ… 636ms
test/app/widgets/body/mobile_body_test.dart 1βœ… 566ms
test/app/widgets/buttons/app_text_button_test.dart 1βœ… 598ms
test/app/widgets/dividers/contact_divider_test.dart 1βœ… 570ms
test/app/widgets/dividers/custom_vertical_divider_test.dart 1βœ… 525ms
test/app/widgets/drawer/custom_drawer_test.dart 1βœ… 778ms
test/app/widgets/drawer/drawer_items_test.dart 1βœ… 647ms
test/app/widgets/drawer/drawer_tile_test.dart 1βœ… 589ms
test/app/widgets/drawer/footer_test.dart 1βœ… 613ms
test/app/widgets/snack_bars/app_show_snack_bar_test.dart 1βœ… 630ms
test/data/repositories/contact/contact_repository_impl_test.dart 1βœ… 36ms

βœ…Β test/app/app_widget_test.dart

βœ… Should renders AppWidget

βœ…Β test/app/features/home/home_page_test.dart

βœ… Should renders HomePage
HomePage Drawer
  βœ… Find CustomDrawer when is to show
  βœ… Not find Drawer when is not to show

βœ…Β test/app/features/home/widgets/contact/contact_mobile_test.dart

βœ… Should renders ContactMobile

βœ…Β test/app/features/home/widgets/contact/contact_web_test.dart

βœ… Should renders ContactWeb

βœ…Β test/app/features/home/widgets/contact/contact_widget_test.dart

βœ… Should renders Contact
ContactWidget LayoutBuilder Should renders
  βœ… ContactMobile when constraints is less than Breakpoints.contact
  βœ… ContactWeb when constraints is greater than Breakpoints.contact

βœ…Β test/app/features/home/widgets/contact/controller/contact_controller_test.dart

 (setUpAll)
βœ… ContactController

βœ…Β test/app/features/home/widgets/contact/widgets/custom_form_test.dart

βœ… Should renders CustomForm

βœ…Β test/app/features/home/widgets/contact/widgets/custom_text_form_field_test.dart

βœ… Should renders CustomTextFormField

βœ…Β test/app/features/home/widgets/experience/experience_mobile_test.dart

βœ… Should renders ExperienceMobile

βœ…Β test/app/features/home/widgets/experience/experience_test.dart

βœ… Should renders Experience

βœ…Β test/app/features/home/widgets/experience/experience_web_test.dart

βœ… Should renders ExperienceWeb

βœ…Β test/app/features/home/widgets/experience/widgets/section_experience_texts_test.dart

βœ… Should renders SectionExperienceTexts

βœ…Β test/app/features/home/widgets/experience/widgets/title_description_short_test.dart

βœ… Should renders TitleDescriptionShort

βœ…Β test/app/features/home/widgets/footer/custom_footer_test.dart

βœ… Should renders CustomFooter

βœ…Β test/app/features/home/widgets/footer/footer_mobile_test.dart

βœ… Should renders FooterMobile

βœ…Β test/app/features/home/widgets/footer/footer_web_test.dart

βœ… Should renders FooterWeb

βœ…Β test/app/features/home/widgets/footer/widgets/text_with_link_test.dart

βœ… Should renders TextWithLink

βœ…Β test/app/features/home/widgets/presentation/presentation_mobile_test.dart

βœ… Should Renders PresentationMobile

βœ…Β test/app/features/home/widgets/presentation/presentation_test.dart

Presentation Widget Renders
  βœ… Find Presentation
Presentation Widget Renders LayoutBuilder widget Should renders
  βœ… PresentationMobile when constraints is less than Breakpoints.presentation
  βœ… PresentationWeb when constraints is greater than Breakpoints.presentation

βœ…Β test/app/features/home/widgets/projects/projects_mobile_test.dart

βœ… Should Renders ProjectsMobile

βœ…Β test/app/features/home/widgets/projects/widgets/app_text_button_widget_test.dart

βœ… Should renders AppTextButtonWidget

βœ…Β test/app/features/home/widgets/social/social_mobile_test.dart

βœ… Should renders SocialMobile

βœ…Β test/app/features/home/widgets/social/social_test.dart

βœ… Should renders Social

βœ…Β test/app/features/home/widgets/social/social_web_test.dart

βœ… Should renders SocialWeb

βœ…Β test/app/features/home/widgets/social/widgets/card_glassmorphism_test.dart

βœ… Should renders CardGlassmorphism

βœ…Β test/app/features/home/widgets/social/widgets/social_list_test.dart

βœ… Should renders SocialList

βœ…Β test/app/utils/contact_validators_test.dart

βœ… ContactValidators methods

βœ…Β test/app/utils/date_time_utils_test.dart

βœ… DateTimeUtils get year

βœ…Β test/app/utils/launch_urls_test.dart

βœ… LaunchUrls launch Url

βœ…Β test/app/widgets/app_bar/mobile_app_bar_test.dart

βœ… Should renders MobileAppBar

βœ…Β test/app/widgets/body/mobile_body_test.dart

βœ… Should renders MobileBody

βœ…Β test/app/widgets/buttons/app_text_button_test.dart

βœ… Should renders AppTextButton

βœ…Β test/app/widgets/dividers/contact_divider_test.dart

βœ… Should renders ContactDivider

βœ…Β test/app/widgets/dividers/custom_vertical_divider_test.dart

βœ… Should renders CustomVerticalDivider

βœ…Β test/app/widgets/drawer/custom_drawer_test.dart

βœ… Should renders CustomDrawer

βœ…Β test/app/widgets/drawer/drawer_items_test.dart

βœ… Should renders DrawerItems

βœ…Β test/app/widgets/drawer/drawer_tile_test.dart

βœ… Should renders DrawerTile

βœ…Β test/app/widgets/drawer/footer_test.dart

βœ… Should renders Footer

βœ…Β test/app/widgets/snack_bars/app_show_snack_bar_test.dart

βœ… Should Renders AppShowSnackBar

βœ…Β test/data/repositories/contact/contact_repository_impl_test.dart

 (setUpAll)
βœ… ContactRepositoryImpl