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: adds flutter unit tests and report #343

Merged
merged 9 commits into from
Mar 25, 2024
Merged

Conversation

kukkok3
Copy link
Contributor

@kukkok3 kukkok3 commented Mar 25, 2024

Description

This PR adds a earthly target to run unit and widget tests plus test report

Related Issue(s)

List the issue numbers related to this pull request.

Closes #328

Description of Changes

  • Renamed integration_test.dart into integration_tests.dart so it is not picked up by flutter test command
  • Added a earthly target to run flutter unit tests tests and produce test reports
  • Added test report to github workflow to be picked up by allure

Breaking Changes

Describe any breaking changes and the impact.

Screenshots

If applicable, add screenshots to help explain your changes.

Related Pull Requests

If applicable, list any related pull requests.

e.g., #1, #1

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 downstream module

Copy link
Contributor

github-actions bot commented Mar 25, 2024

Test Report | ${\color{lightgreen}Pass: 25/25}$ | ${\color{red}Fail: 0/25}$ |

@kukkok3 kukkok3 self-assigned this Mar 25, 2024
@kukkok3 kukkok3 marked this pull request as ready for review March 25, 2024 15:34
@kukkok3 kukkok3 requested a review from minikin as a code owner March 25, 2024 15:34
@kukkok3 kukkok3 enabled auto-merge (squash) March 25, 2024 15:35
@kukkok3 kukkok3 merged commit 6f0d27b into main Mar 25, 2024
21 checks passed
@kukkok3 kukkok3 deleted the feat/flutter-unit-tests branch March 25, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Add Flutter Unit and Widget tests to CI/CD
2 participants