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 29s with 46 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/app/app_widget_test.dart 1βœ… 917ms
test/app/features/home/home_page_test.dart 3βœ… 1s
test/app/features/home/widgets/contact/contact_mobile_test.dart 1βœ… 690ms
test/app/features/home/widgets/contact/contact_web_test.dart 1βœ… 643ms
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βœ… 799ms
test/app/features/home/widgets/contact/widgets/custom_text_form_field_test.dart 1βœ… 752ms
test/app/features/home/widgets/experience/experience_mobile_test.dart 1βœ… 710ms
test/app/features/home/widgets/experience/experience_test.dart 1βœ… 655ms
test/app/features/home/widgets/experience/experience_web_test.dart 1βœ… 693ms
test/app/features/home/widgets/experience/widgets/section_experience_texts_test.dart 1βœ… 599ms
test/app/features/home/widgets/experience/widgets/title_description_short_test.dart 1βœ… 595ms
test/app/features/home/widgets/footer/custom_footer_test.dart 1βœ… 618ms
test/app/features/home/widgets/footer/footer_mobile_test.dart 1βœ… 567ms
test/app/features/home/widgets/footer/footer_web_test.dart 1βœ… 656ms
test/app/features/home/widgets/footer/widgets/text_with_link_test.dart 1βœ… 615ms
test/app/features/home/widgets/presentation/presentation_mobile_test.dart 1βœ… 761ms
test/app/features/home/widgets/presentation/presentation_test.dart 3βœ… 953ms
test/app/features/home/widgets/projects/projects_mobile_test.dart 1βœ… 690ms
test/app/features/home/widgets/projects/widgets/app_text_button_widget_test.dart 1βœ… 639ms
test/app/features/home/widgets/social/social_mobile_test.dart 1βœ… 857ms
test/app/features/home/widgets/social/social_test.dart 1βœ… 874ms
test/app/features/home/widgets/social/social_web_test.dart 1βœ… 842ms
test/app/features/home/widgets/social/widgets/card_glassmorphism_test.dart 1βœ… 509ms
test/app/features/home/widgets/social/widgets/social_list_test.dart 1βœ… 900ms
test/app/utils/contact_validators_test.dart 1βœ… 22ms
test/app/utils/date_time_utils_test.dart 1βœ… 23ms
test/app/utils/launch_urls_test.dart 1βœ… 23ms
test/app/widgets/app_bar/mobile_app_bar_test.dart 1βœ… 657ms
test/app/widgets/body/mobile_body_test.dart 1βœ… 526ms
test/app/widgets/buttons/app_text_button_test.dart 1βœ… 560ms
test/app/widgets/dividers/contact_divider_test.dart 1βœ… 536ms
test/app/widgets/dividers/custom_vertical_divider_test.dart 1βœ… 543ms
test/app/widgets/drawer/custom_drawer_test.dart 1βœ… 767ms
test/app/widgets/drawer/drawer_items_test.dart 1βœ… 615ms
test/app/widgets/drawer/drawer_tile_test.dart 1βœ… 540ms
test/app/widgets/drawer/footer_test.dart 1βœ… 617ms
test/app/widgets/snack_bars/app_show_snack_bar_test.dart 1βœ… 679ms
test/data/repositories/contact/contact_repository_impl_test.dart 1βœ… 35ms

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