-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: main
Are you sure you want to change the base?
Conversation
src/Content/Backend/Solution/Monaco.Template.Backend.IntegrationTests/AccessTokenDto.cs
Outdated
Show resolved
Hide resolved
src/Content/Backend/Solution/Monaco.Template.Backend.IntegrationTests/ApiRoutes.cs
Outdated
Show resolved
Hide resolved
Improved Products.DownloadPicture tests and ApiRoutes helper.
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. 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. |
Implemented MassTransit's Test Harness for testing messaging integration. Some refactoring to improve structure and optimize some more things around. Updated dependencies within .NET 8 versions.
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
Checklist: