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

tests: new tests folders organization #3716

Merged
merged 14 commits into from
Sep 9, 2024
Merged

tests: new tests folders organization #3716

merged 14 commits into from
Sep 9, 2024

Conversation

Cristhianzl
Copy link
Collaborator

@Cristhianzl Cristhianzl commented Sep 6, 2024

Overview

This pull request introduces a new folder organization for our test suite, conceptually aligned with updated documentation on test structure and purpose.

Changes

  • Restructured test folders to reflect the new organizational concept

New Folder Structure

  • Core: Critical system tests

    • Key functionalities
    • Critical bug fixes
    • Main template examples
    • Complex component unit tests
  • Extended: Less critical system tests

    • Specific functionalities
    • General bugs
    • Simple integrations
    • Secondary features
    • Simple component unit tests

Subcategories

  • Bugs
  • Integrations
  • Features
  • Unit
  • Assets

Benefits

  • Improved test organization and clarity
  • Better alignment between tests and system priorities
  • Easier navigation and maintenance of the test suite
  • Clear documentation for current and future developers

@Cristhianzl Cristhianzl self-assigned this Sep 6, 2024
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 6, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-3716.dmtpw4p5recq1.amplifyapp.com

Copy link
Contributor

@anovazzi1 anovazzi1 left a comment

Choose a reason for hiding this comment

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

lgtm

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 9, 2024
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Sep 9, 2024
@Cristhianzl Cristhianzl merged commit 6061951 into main Sep 9, 2024
28 checks passed
@Cristhianzl Cristhianzl deleted the cz/tests-folders branch September 9, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants