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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IntegrationTest project #100

Merged
merged 5 commits into from
Dec 17, 2023
Merged

Add IntegrationTest project #100

merged 5 commits into from
Dec 17, 2023

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    10bf545 View commit details
    Browse the repository at this point in the history
  2. chore: Remove unused "Issue99" folder from HuskyIntegrationTests

    The "Issue99" folder is not being used anymore in the HuskyIntegrationTests project. This commit removes the redundant folder reference from the project file to keep the project structure clean and accurate.
    alirezanet committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9d1f041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9ebb54 View commit details
    Browse the repository at this point in the history
  4. test: Add new method in DockerFixture and modify tests

    A new method `StartWithInstalledHusky` has been added to `DockerFixture`, this method provides an easier way to get a container with Husky installed. Some code rearrangement and wording modifications were made in the `Extensions` and `Tests` classes to make test cases clearer and more understandable. The newly created TestProjectBase solution was also added.
    alirezanet committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    037af15 View commit details
    Browse the repository at this point in the history
  5. test: Update BashAsync method and enhance Docker setup

    The BashAsync method in Extensions.cs now handles exceptions for non-zero exit codes, enhancing error handling. A new method, AddCsharpClass, has also been added to help create C# classes. In DockerFixture.cs, global user details are now set up to aid Git operations.
    alirezanet committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    4e936e7 View commit details
    Browse the repository at this point in the history