Skip to content

Feature/update 2.0.1 #44

Feature/update 2.0.1

Feature/update 2.0.1 #44

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βœ… 966ms
test/app/features/home/home_page_test.dart 3βœ… 1s
test/app/features/home/widgets/contact/contact_mobile_test.dart 1βœ… 671ms
test/app/features/home/widgets/contact/contact_web_test.dart 1βœ… 678ms
test/app/features/home/widgets/contact/contact_widget_test.dart 3βœ… 1s
test/app/features/home/widgets/contact/controller/contact_controller_test.dart 1βœ… 52ms
test/app/features/home/widgets/contact/widgets/custom_form_test.dart 1βœ… 835ms
test/app/features/home/widgets/contact/widgets/custom_text_form_field_test.dart 1βœ… 694ms
test/app/features/home/widgets/experience/experience_mobile_test.dart 1βœ… 716ms
test/app/features/home/widgets/experience/experience_test.dart 1βœ… 728ms
test/app/features/home/widgets/experience/experience_web_test.dart 1βœ… 742ms
test/app/features/home/widgets/experience/widgets/section_experience_texts_test.dart 1βœ… 620ms
test/app/features/home/widgets/experience/widgets/title_description_short_test.dart 1βœ… 608ms
test/app/features/home/widgets/footer/custom_footer_test.dart 1βœ… 655ms
test/app/features/home/widgets/footer/footer_mobile_test.dart 1βœ… 598ms
test/app/features/home/widgets/footer/footer_web_test.dart 1βœ… 625ms
test/app/features/home/widgets/footer/widgets/text_with_link_test.dart 1βœ… 644ms
test/app/features/home/widgets/presentation/presentation_mobile_test.dart 1βœ… 802ms
test/app/features/home/widgets/presentation/presentation_test.dart 3βœ… 949ms
test/app/features/home/widgets/projects/projects_mobile_test.dart 1βœ… 687ms
test/app/features/home/widgets/projects/widgets/app_text_button_widget_test.dart 1βœ… 645ms
test/app/features/home/widgets/social/social_mobile_test.dart 1βœ… 873ms
test/app/features/home/widgets/social/social_test.dart 1βœ… 881ms
test/app/features/home/widgets/social/social_web_test.dart 1βœ… 846ms
test/app/features/home/widgets/social/widgets/card_glassmorphism_test.dart 1βœ… 522ms
test/app/features/home/widgets/social/widgets/social_list_test.dart 1βœ… 909ms
test/app/utils/contact_validators_test.dart 1βœ… 22ms
test/app/utils/date_time_utils_test.dart 1βœ… 26ms
test/app/utils/launch_urls_test.dart 1βœ… 26ms
test/app/widgets/app_bar/mobile_app_bar_test.dart 1βœ… 681ms
test/app/widgets/body/mobile_body_test.dart 1βœ… 571ms
test/app/widgets/buttons/app_text_button_test.dart 1βœ… 561ms
test/app/widgets/dividers/contact_divider_test.dart 1βœ… 518ms
test/app/widgets/dividers/custom_vertical_divider_test.dart 1βœ… 549ms
test/app/widgets/drawer/custom_drawer_test.dart 1βœ… 793ms
test/app/widgets/drawer/drawer_items_test.dart 1βœ… 662ms
test/app/widgets/drawer/drawer_tile_test.dart 1βœ… 556ms
test/app/widgets/drawer/footer_test.dart 1βœ… 627ms
test/app/widgets/snack_bars/app_show_snack_bar_test.dart 1βœ… 686ms
test/data/repositories/contact/contact_repository_impl_test.dart 1βœ… 42ms

βœ…Β 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