-
Notifications
You must be signed in to change notification settings - Fork 2k
docs(recipes): add documentation recipe for testcontainers #3140
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
Conversation
@micalevisk bumping this one 🙏🏽 , pls let me know if you have any suggestions
I guess mentioning S3 and LocalStack are too specific to be under the testcontainer recipe... it seems that the whole process is more complex than it could be for projects that don't rely on AWS services directly.
I wonder if we can show here just enough for a basic nestjs+jest+testcontainer project, while also leaving room for others testing frameworks (as the docs already shows vitest stuff, for example).
okay, that makes sense, I appreciate the feedback here @micalevisk, I'll update the PR, putting this on draft for now, thanks
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #3122
What is the new behavior?
Adds a new Recipe for testing using Testcontainers
Does this PR introduce a breaking change?
Other information