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

FEATURE: Integration Tests #86

Open
CesarD opened this issue Oct 2, 2024 · 0 comments · May be fixed by #87
Open

FEATURE: Integration Tests #86

CesarD opened this issue Oct 2, 2024 · 0 comments · May be fixed by #87
Assignees
Labels
enhancement New feature or request

Comments

@CesarD
Copy link
Collaborator

CesarD commented Oct 2, 2024

Detailed Description

Create a new testing project for performing integration tests of the application

Context

So far Monaco counts with almost all kind of unit tests: for domain entities, for validators, for commands and queries handlers, architecture tests, but it still lacks integration tests to test end-to-end behavior of the application, which would greatly improve testing the stability of the system for the most common scenarios.

Possible Implementation

The idea is to leverage TestContainers to provision the infrastructure necessary for running the app on a developer environment and test its features systematically with disposable containers.

@CesarD CesarD added the enhancement New feature or request label Oct 2, 2024
@CesarD CesarD self-assigned this Oct 2, 2024
@CesarD CesarD linked a pull request Oct 2, 2024 that will close this issue
9 tasks
@CesarD CesarD linked a pull request Oct 2, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant