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: Integration Tests #87

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

FEAT: Integration Tests #87

wants to merge 5 commits into from

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Oct 2, 2024

Description

Integration tests for testing end-to-end behavior of the application.

Related Issue

Closes #86

How Has This Been Tested?

New tests allow to test end-to-end behavior of the application so this has verified it.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@CesarD CesarD linked an issue Oct 2, 2024 that may be closed by this pull request
CesarD added 2 commits October 5, 2024 18:26
Improved Products.DownloadPicture tests and ApiRoutes helper.
@CesarD
Copy link
Collaborator Author

CesarD commented Oct 7, 2024

I've just pushed some changes which include the template flags placed in all the places where they should be for enabling/disabling the different features.
Could any of you guys please give it a try with different options and see if everything works as expected?

Next, I'll follow with the Worker Service integration tests: I'll try to setup a WorkerService factory to build and run instances of the worker service and test the MassTransit consumer we have in there and make sure it consumes when it's supposed to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE: Integration Tests
2 participants